Shades of Reef #CCDDAB
Tints of Reef #CCDDAB
RGB
CMYK
RGB Variations
Color information
#CCDDAB (or 0xCCDDAB) is known color: 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
RGB | 204 | 221 | 171 | - |
CMYK | 0.08 | 0 | 0.23 | 0.13 |
HSL | 80.4º | 0.42% | 0.77% | - |
HSV(B) | 80.4º | 0.23% | 0.87% | - |
XYZ | 58.11 | 67.49 | 48.49 | - |
YUV | 210.22 | 105.87 | 123.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 221 | 171 | 0.08 | 0 | 0.23 | 0.13 | 80.4 | 0.42 | 0.77 |
Hex | CC | DD | AB | 8 | 0 | 17 | D | 50 | 2A | 4D |
Octal | 314 | 335 | 253 | 10 | 0 | 27 | 15 | 120 | 52 | 115 |
Binary | 11001100 | 11011101 | 10101011 | 1000 | 0 | 10111 | 1101 | 1010000 | 101010 | 1001101 |
Color Harmonies of #CCDDAB
Complementary color
Monochromatic Colors of #CCDDAB
Black with #CCDDAB
Text Example
Text Example
White with #CCDDAB
Text Example
Text Example
HTML Codes & Css Web 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>