#CCDDAF

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

Shades of Reef #CCDDAF

Tints of Reef #CCDDAF

Color information

#CCDDAF (or 0xCCDDAF) is unknown color: approx Reef. HEX triplet: CC, DD and AF. RGB value is (204,221,175). Sum of RGB (Red+Green+Blue) = 204+221+175=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDDAF is #332250. Grayscale: #D2D2D2. Windows color (decimal): -3351121 or 11525580. OLE color: 11525580.

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

Color convert

RGB204221175-
CMYK0.0800.210.13
HSL82.17º40.35%77.65%-
HSV(B)82.17º20.81%86.67%-
XYZ58.567.6550.53-
YUV210.67107.87123.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 221 (86.72% from 255) = 36.83%
BLUE value IS 175 (68.75% from 255) = 29.17%
R=34%
G=36.83%
B=29.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211750.0800.210.1382.1740.3577.65
HexCCDDAF8015D52284e
Octal314335257100251512250116
Binary1100110011011101101011111000010101110110100101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDAF; }

 p { color: rgb(204,221,175); }

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

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

 a { background-color: rgb(204,221,175); }

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

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

 span { border-color: rgb(204,221,175); }

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