Shades of Reef #CEE999
Tints of Reef #CEE999
RGB
CMYK
RGB Variations
Color information
#CEE999 (or 0xCEE999) is known color: Reef. HEX triplet: CE, E9 and 99. RGB value is (206,233,153). Sum of RGB (Red+Green+Blue) = 206+233+153=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 153 (60.16% from 255 or 25.84% from 592); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE999 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE999 is #311666. Grayscale: #D8D8D8. Windows color (decimal): -3216999 or 10086862. OLE color: 10086862.
HSL color Cylindrical-coordinate representation of color #CEE999: hue angle of 80.25º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEE999 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 153 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.09 |
| HSL | 80.25º | 0.65% | 0.76% | - |
| HSV(B) | 80.25º | 0.34% | 0.91% | - |
| XYZ | 60.34 | 73.7 | 41.18 | - |
| YUV | 215.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 153 | 0.12 | 0 | 0.34 | 0.09 | 80.25 | 0.65 | 0.76 |
| Hex | CE | E9 | 99 | C | 0 | 22 | 9 | 50 | 41 | 4C |
| Octal | 316 | 351 | 231 | 14 | 0 | 42 | 11 | 120 | 101 | 114 |
| Binary | 11001110 | 11101001 | 10011001 | 1100 | 0 | 100010 | 1001 | 1010000 | 1000001 | 1001100 |
Color Harmonies of #CEE999
Complementary color
Monochromatic Colors of #CEE999
Black with #CEE999
Text Example
Text Example
White with #CEE999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE999; }
p { color: rgb(206,233,153); }
H1.HeaderClassName
{
color: #CEE999;
}
.AnyTagClassName
{
color: #CEE999;
}
</style>
background-color css
<style>
a { background-color: #CEE999; }
a { background-color: rgb(206,233,153); }
div.DivClassName
{
background-color: #CEE999;
}
.BgClassName
{
background-color: #CEE999;
}
</style>
border-color css
<style>
span { border-color: #CEE999; }
span { border-color: rgb(206,233,153); }
td.TdClassName
{
border-color: #CEE999;
}
.TagClassName
{
border-color: #CEE999;
}
</style>