#CCDDAA

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

Shades of Reef #CCDDAA

Tints of Reef #CCDDAA

Color information

#CCDDAA (or 0xCCDDAA) is unknown color: approx Reef. HEX triplet: CC, DD and AA. RGB value is (204,221,170). Sum of RGB (Red+Green+Blue) = 204+221+170=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDDAA is #332255. Grayscale: #D2D2D2. Windows color (decimal): -3351126 or 11197900. OLE color: 11197900.

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

Color convert

RGB204221170-
CMYK0.0800.230.13
HSL80º42.86%76.67%-
HSV(B)80º23.08%86.67%-
XYZ58.0167.4547.99-
YUV210.1105.37123.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 170 (66.80% from 255) = 28.57%
R=34.29%
G=37.14%
B=28.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211700.0800.230.138042.8676.67
HexCCDDAA8017D502b4d
Octal314335252100271512053115
Binary1100110011011101101010101000010111110110100001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDAA; }

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

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

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

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

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

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

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

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