#CCDDAE

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

Shades of Reef #CCDDAE

Tints of Reef #CCDDAE

Color information

#CCDDAE (or 0xCCDDAE) is unknown color: approx Reef. HEX triplet: CC, DD and AE. RGB value is (204,221,174). Sum of RGB (Red+Green+Blue) = 204+221+174=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDDAE is #332251. Grayscale: #D2D2D2. Windows color (decimal): -3351122 or 11460044. OLE color: 11460044.

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

Color convert

RGB204221174-
CMYK0.0800.210.13
HSL81.7º40.87%77.45%-
HSV(B)81.7º21.27%86.67%-
XYZ58.467.6150.02-
YUV210.56107.37123.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 221 (86.72% from 255) = 36.89%
BLUE value IS 174 (68.36% from 255) = 29.05%
R=34.06%
G=36.89%
B=29.05%

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
Decimal2042211740.0800.210.1381.740.8777.45
HexCCDDAE8015D52294d
Octal314335256100251512251115
Binary1100110011011101101011101000010101110110100101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDAE; }

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

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

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

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

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

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

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

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