Shades of Reef #CEE9A8
Tints of Reef #CEE9A8
RGB
CMYK
RGB Variations
Color information
#CEE9A8 (or 0xCEE9A8) is known color: Reef. HEX triplet: CE, E9 and A8. RGB value is (206,233,168). Sum of RGB (Red+Green+Blue) = 206+233+168=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE9A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE9A8 is #311657. Grayscale: #D9D9D9. Windows color (decimal): -3216984 or 11069902. OLE color: 11069902.
HSL color Cylindrical-coordinate representation of color #CEE9A8: hue angle of 84.92º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEE9A8 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 168 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.09 |
| HSL | 84.92º | 0.6% | 0.79% | - |
| HSV(B) | 84.92º | 0.28% | 0.91% | - |
| XYZ | 61.66 | 74.23 | 48.12 | - |
| YUV | 217.52 | 100.05 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 168 | 0.12 | 0 | 0.28 | 0.09 | 84.92 | 0.6 | 0.79 |
| Hex | CE | E9 | A8 | C | 0 | 1C | 9 | 55 | 3C | 4F |
| Octal | 316 | 351 | 250 | 14 | 0 | 34 | 11 | 125 | 74 | 117 |
| Binary | 11001110 | 11101001 | 10101000 | 1100 | 0 | 11100 | 1001 | 1010101 | 111100 | 1001111 |
Color Harmonies of #CEE9A8
Complementary color
Monochromatic Colors of #CEE9A8
Black with #CEE9A8
Text Example
Text Example
White with #CEE9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE9A8; }
p { color: rgb(206,233,168); }
H1.HeaderClassName
{
color: #CEE9A8;
}
.AnyTagClassName
{
color: #CEE9A8;
}
</style>
background-color css
<style>
a { background-color: #CEE9A8; }
a { background-color: rgb(206,233,168); }
div.DivClassName
{
background-color: #CEE9A8;
}
.BgClassName
{
background-color: #CEE9A8;
}
</style>
border-color css
<style>
span { border-color: #CEE9A8; }
span { border-color: rgb(206,233,168); }
td.TdClassName
{
border-color: #CEE9A8;
}
.TagClassName
{
border-color: #CEE9A8;
}
</style>