#CFDFAA

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

Shades of Reef #CFDFAA

Tints of Reef #CFDFAA

Color information

#CFDFAA (or 0xCFDFAA) is unknown color: approx Reef. HEX triplet: CF, DF and AA. RGB value is (207,223,170). Sum of RGB (Red+Green+Blue) = 207+223+170=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDFAA is #302055. Grayscale: #D4D4D4. Windows color (decimal): -3154006 or 11198415. OLE color: 11198415.

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

Color convert

RGB207223170-
CMYK0.0700.240.13
HSL78.11º45.3%77.06%-
HSV(B)78.11º23.77%87.45%-
XYZ59.3868.9448.21-
YUV212.17104.2124.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 223 (87.5% from 255) = 37.17%
BLUE value IS 170 (66.80% from 255) = 28.33%
R=34.5%
G=37.17%
B=28.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072231700.0700.240.1378.1145.377.06
HexCFDFAA7018D4e2d4d
Octal31733725270301511655115
Binary110011111101111110101010111011000110110011101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDFAA; }

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

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

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

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

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

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

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

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