Shades of Reef #CCE9A9
Tints of Reef #CCE9A9
RGB
CMYK
RGB Variations
Color information
#CCE9A9 (or 0xCCE9A9) is known color: Reef. HEX triplet: CC, E9 and A9. RGB value is (204,233,169). Sum of RGB (Red+Green+Blue) = 204+233+169=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 169 (66.41% from 255 or 27.89% from 606); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE9A9 is #331656. Grayscale: #D9D9D9. Windows color (decimal): -3348055 or 11135436. OLE color: 11135436.
HSL color Cylindrical-coordinate representation of color #CCE9A9: hue angle of 87.19º 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 #CCE9A9 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 169 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.09 |
| HSL | 87.19º | 0.59% | 0.79% | - |
| HSV(B) | 87.19º | 0.27% | 0.91% | - |
| XYZ | 61.2 | 73.98 | 48.59 | - |
| YUV | 217.03 | 100.89 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 169 | 0.12 | 0 | 0.27 | 0.09 | 87.19 | 0.59 | 0.79 |
| Hex | CC | E9 | A9 | C | 0 | 1B | 9 | 57 | 3B | 4F |
| Octal | 314 | 351 | 251 | 14 | 0 | 33 | 11 | 127 | 73 | 117 |
| Binary | 11001100 | 11101001 | 10101001 | 1100 | 0 | 11011 | 1001 | 1010111 | 111011 | 1001111 |
Color Harmonies of #CCE9A9
Complementary color
Monochromatic Colors of #CCE9A9
Black with #CCE9A9
Text Example
Text Example
White with #CCE9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE9A9; }
p { color: rgb(204,233,169); }
H1.HeaderClassName
{
color: #CCE9A9;
}
.AnyTagClassName
{
color: #CCE9A9;
}
</style>
background-color css
<style>
a { background-color: #CCE9A9; }
a { background-color: rgb(204,233,169); }
div.DivClassName
{
background-color: #CCE9A9;
}
.BgClassName
{
background-color: #CCE9A9;
}
</style>
border-color css
<style>
span { border-color: #CCE9A9; }
span { border-color: rgb(204,233,169); }
td.TdClassName
{
border-color: #CCE9A9;
}
.TagClassName
{
border-color: #CCE9A9;
}
</style>