Shades of Reef #CCDCAA
Tints of Reef #CCDCAA
RGB
CMYK
RGB Variations
Color information
#CCDCAA (or 0xCCDCAA) is known color: Reef. HEX triplet: CC, DC and AA. RGB value is (204,220,170). Sum of RGB (Red+Green+Blue) = 204+220+170=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDCAA is #332355. Grayscale: #D1D1D1. Windows color (decimal): -3351382 or 11197644. OLE color: 11197644.
HSL color Cylindrical-coordinate representation of color #CCDCAA: hue angle of 79.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCDCAA is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 170 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.14 |
| HSL | 79.2º | 0.42% | 0.76% | - |
| HSV(B) | 79.2º | 0.23% | 0.86% | - |
| XYZ | 57.75 | 66.93 | 47.9 | - |
| YUV | 209.52 | 105.7 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 170 | 0.07 | 0 | 0.23 | 0.14 | 79.2 | 0.42 | 0.76 |
| Hex | CC | DC | AA | 7 | 0 | 17 | E | 4F | 2A | 4C |
| Octal | 314 | 334 | 252 | 7 | 0 | 27 | 16 | 117 | 52 | 114 |
| Binary | 11001100 | 11011100 | 10101010 | 111 | 0 | 10111 | 1110 | 1001111 | 101010 | 1001100 |
Color Harmonies of #CCDCAA
Complementary color
Monochromatic Colors of #CCDCAA
Black with #CCDCAA
Text Example
Text Example
White with #CCDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCAA; }
p { color: rgb(204,220,170); }
H1.HeaderClassName
{
color: #CCDCAA;
}
.AnyTagClassName
{
color: #CCDCAA;
}
</style>
background-color css
<style>
a { background-color: #CCDCAA; }
a { background-color: rgb(204,220,170); }
div.DivClassName
{
background-color: #CCDCAA;
}
.BgClassName
{
background-color: #CCDCAA;
}
</style>
border-color css
<style>
span { border-color: #CCDCAA; }
span { border-color: rgb(204,220,170); }
td.TdClassName
{
border-color: #CCDCAA;
}
.TagClassName
{
border-color: #CCDCAA;
}
</style>