#CCDDAB

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

Shades of Reef #CCDDAB

Tints of Reef #CCDDAB

Color information

#CCDDAB (or 0xCCDDAB) is unknown color: approx Reef. HEX triplet: CC, DD and AB. RGB value is (204,221,171). Sum of RGB (Red+Green+Blue) = 204+221+171=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDDAB is #332254. Grayscale: #D2D2D2. Windows color (decimal): -3351125 or 11263436. OLE color: 11263436.

HSL color Cylindrical-coordinate representation of color #CCDDAB: hue angle of 80.4º degrees, saturation: 0.42, 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 #CCDDAB is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB204221171-
CMYK0.0800.230.13
HSL80.4º42.37%76.86%-
HSV(B)80.4º22.62%86.67%-
XYZ58.1167.4948.49-
YUV210.22105.87123.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.23%
GREEN value IS 221 (86.72% from 255) = 37.08%
BLUE value IS 171 (67.19% from 255) = 28.69%
R=34.23%
G=37.08%
B=28.69%

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
Decimal2042211710.0800.230.1380.442.3776.86
HexCCDDAB8017D502a4d
Octal314335253100271512052115
Binary1100110011011101101010111000010111110110100001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDAB; }

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

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

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

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

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

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

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

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