Shades of Reef #CCE8AA
Tints of Reef #CCE8AA
RGB
CMYK
RGB Variations
Color information
#CCE8AA (or 0xCCE8AA) is known color: Reef. HEX triplet: CC, E8 and AA. RGB value is (204,232,170). Sum of RGB (Red+Green+Blue) = 204+232+170=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE8AA is #331755. Grayscale: #D8D8D8. Windows color (decimal): -3348310 or 11200716. OLE color: 11200716.
HSL color Cylindrical-coordinate representation of color #CCE8AA: hue angle of 87.1º degrees, saturation: 0.57, 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 #CCE8AA is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 170 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.09 |
| HSL | 87.1º | 0.57% | 0.79% | - |
| HSV(B) | 87.1º | 0.27% | 0.91% | - |
| XYZ | 61.01 | 73.45 | 48.99 | - |
| YUV | 216.56 | 101.72 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 170 | 0.12 | 0 | 0.27 | 0.09 | 87.1 | 0.57 | 0.79 |
| Hex | CC | E8 | AA | C | 0 | 1B | 9 | 57 | 39 | 4F |
| Octal | 314 | 350 | 252 | 14 | 0 | 33 | 11 | 127 | 71 | 117 |
| Binary | 11001100 | 11101000 | 10101010 | 1100 | 0 | 11011 | 1001 | 1010111 | 111001 | 1001111 |
Color Harmonies of #CCE8AA
Complementary color
Monochromatic Colors of #CCE8AA
Black with #CCE8AA
Text Example
Text Example
White with #CCE8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8AA; }
p { color: rgb(204,232,170); }
H1.HeaderClassName
{
color: #CCE8AA;
}
.AnyTagClassName
{
color: #CCE8AA;
}
</style>
background-color css
<style>
a { background-color: #CCE8AA; }
a { background-color: rgb(204,232,170); }
div.DivClassName
{
background-color: #CCE8AA;
}
.BgClassName
{
background-color: #CCE8AA;
}
</style>
border-color css
<style>
span { border-color: #CCE8AA; }
span { border-color: rgb(204,232,170); }
td.TdClassName
{
border-color: #CCE8AA;
}
.TagClassName
{
border-color: #CCE8AA;
}
</style>