Shades of Reef #CCE9AA
Tints of Reef #CCE9AA
RGB
CMYK
RGB Variations
Color information
#CCE9AA (or 0xCCE9AA) is known color: Reef. HEX triplet: CC, E9 and AA. RGB value is (204,233,170). Sum of RGB (Red+Green+Blue) = 204+233+170=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE9AA is #331655. Grayscale: #D9D9D9. Windows color (decimal): -3348054 or 11200972. OLE color: 11200972.
HSL color Cylindrical-coordinate representation of color #CCE9AA: hue angle of 87.62º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCE9AA is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 170 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.09 |
| HSL | 87.62º | 0.59% | 0.79% | - |
| HSV(B) | 87.62º | 0.27% | 0.91% | - |
| XYZ | 61.3 | 74.02 | 49.09 | - |
| YUV | 217.15 | 101.39 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 170 | 0.12 | 0 | 0.27 | 0.09 | 87.62 | 0.59 | 0.79 |
| Hex | CC | E9 | AA | C | 0 | 1B | 9 | 58 | 3B | 4F |
| Octal | 314 | 351 | 252 | 14 | 0 | 33 | 11 | 130 | 73 | 117 |
| Binary | 11001100 | 11101001 | 10101010 | 1100 | 0 | 11011 | 1001 | 1011000 | 111011 | 1001111 |
Color Harmonies of #CCE9AA
Complementary color
Monochromatic Colors of #CCE9AA
Black with #CCE9AA
Text Example
Text Example
White with #CCE9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE9AA; }
p { color: rgb(204,233,170); }
H1.HeaderClassName
{
color: #CCE9AA;
}
.AnyTagClassName
{
color: #CCE9AA;
}
</style>
background-color css
<style>
a { background-color: #CCE9AA; }
a { background-color: rgb(204,233,170); }
div.DivClassName
{
background-color: #CCE9AA;
}
.BgClassName
{
background-color: #CCE9AA;
}
</style>
border-color css
<style>
span { border-color: #CCE9AA; }
span { border-color: rgb(204,233,170); }
td.TdClassName
{
border-color: #CCE9AA;
}
.TagClassName
{
border-color: #CCE9AA;
}
</style>