#CFEFAE

Color #CFEFAE Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CFEFAE

Tints of Reef #CFEFAE

Color information

#CFEFAE (or 0xCFEFAE) is unknown color: approx Reef. HEX triplet: CF, EF and AE. RGB value is (207,239,174). Sum of RGB (Red+Green+Blue) = 207+239+174=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 174 (68.36% from 255 or 28.06% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEFAE is #301051. Grayscale: #DEDEDE. Windows color (decimal): -3149906 or 11464655. OLE color: 11464655.

HSL color Cylindrical-coordinate representation of color #CFEFAE: hue angle of 89.54º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFEFAE is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB207239174-
CMYK0.1300.270.06
HSL89.54º67.01%80.98%-
HSV(B)89.54º27.2%93.73%-
XYZ64.2478.0551.72-
YUV222.02100.9117.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 33.39%
GREEN value IS 239 (93.75% from 255) = 38.55%
BLUE value IS 174 (68.36% from 255) = 28.06%
R=33.39%
G=38.55%
B=28.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072391740.1300.270.0689.5467.0180.98
HexCFEFAED01B65a4351
Octal317357256150336132103121
Binary1100111111101111101011101101011011110101101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFAE; }

 p { color: rgb(207,239,174); }

 H1.HeaderClassName
 {
   color: #CFEFAE;
 }
 .AnyTagClassName
 {
   color: #CFEFAE;
 }
</style>
background-color css

<style>
 a { background-color: #CFEFAE; }

 a { background-color: rgb(207,239,174); }

 div.DivClassName
 {
   background-color: #CFEFAE;
 }
 .BgClassName
 {
   background-color: #CFEFAE;
 }
</style>
border-color css

<style>
 span { border-color: #CFEFAE; }

 span { border-color: rgb(207,239,174); }

 td.TdClassName
 {
   border-color: #CFEFAE;
 }
 .TagClassName
 {
   border-color: #CFEFAE;
 }
</style>