#CFDDA0

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

Shades of Reef #CFDDA0

Tints of Reef #CFDDA0

Color information

#CFDDA0 (or 0xCFDDA0) is unknown color: approx Reef. HEX triplet: CF, DD and A0. RGB value is (207,221,160). Sum of RGB (Red+Green+Blue) = 207+221+160=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDDA0 is #30225F. Grayscale: #D2D2D2. Windows color (decimal): -3154528 or 10542543. OLE color: 10542543.

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

Color convert

RGB207221160-
CMYK0.0600.280.13
HSL73.77º47.29%74.71%-
HSV(B)73.77º27.6%86.67%-
XYZ57.9367.5243.24-
YUV209.8699.86125.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.20%
GREEN value IS 221 (86.72% from 255) = 37.59%
BLUE value IS 160 (62.89% from 255) = 27.21%
R=35.20%
G=37.59%
B=27.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072211600.0600.280.1373.7747.2974.71
HexCFDDA0601CD4a2f4b
Octal31733524060341511257113
Binary110011111101110110100000110011100110110010101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDA0; }

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

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

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

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

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

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

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

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