#CFDFAE

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

Shades of Reef #CFDFAE

Tints of Reef #CFDFAE

Color information

#CFDFAE (or 0xCFDFAE) is unknown color: approx Reef. HEX triplet: CF, DF and AE. RGB value is (207,223,174). Sum of RGB (Red+Green+Blue) = 207+223+174=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDFAE is #302051. Grayscale: #D4D4D4. Windows color (decimal): -3154002 or 11460559. OLE color: 11460559.

HSL color Cylindrical-coordinate representation of color #CFDFAE: hue angle of 79.59º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFDFAE is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB207223174-
CMYK0.0700.220.13
HSL79.59º43.36%77.84%-
HSV(B)79.59º21.97%87.45%-
XYZ59.7669.150.23-
YUV212.63106.2123.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 223 (87.5% from 255) = 36.92%
BLUE value IS 174 (68.36% from 255) = 28.81%
R=34.27%
G=36.92%
B=28.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072231740.0700.220.1379.5943.3677.84
HexCFDFAE7016D502b4e
Octal31733725670261512053116
Binary110011111101111110101110111010110110110100001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDFAE; }

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

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

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

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

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

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

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

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