#CFDDA9

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

Shades of Reef #CFDDA9

Tints of Reef #CFDDA9

Color information

#CFDDA9 (or 0xCFDDA9) is unknown color: approx Reef. HEX triplet: CF, DD and A9. RGB value is (207,221,169). Sum of RGB (Red+Green+Blue) = 207+221+169=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 169 (66.41% from 255 or 28.31% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDDA9 is #302256. Grayscale: #D3D3D3. Windows color (decimal): -3154519 or 11132367. OLE color: 11132367.

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

Color convert

RGB207221169-
CMYK0.0600.240.13
HSL76.15º43.33%76.47%-
HSV(B)76.15º23.53%86.67%-
XYZ58.7567.8447.53-
YUV210.89104.36125.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 221 (86.72% from 255) = 37.02%
BLUE value IS 169 (66.41% from 255) = 28.31%
R=34.67%
G=37.02%
B=28.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072211690.0600.240.1376.1543.3376.47
HexCFDDA96018D4c2b4c
Octal31733525160301511453114
Binary110011111101110110101001110011000110110011001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDA9; }

 p { color: rgb(207,221,169); }

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

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

 a { background-color: rgb(207,221,169); }

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

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

 span { border-color: rgb(207,221,169); }

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