Shades of Reef #CEE99F
Tints of Reef #CEE99F
RGB
CMYK
RGB Variations
Color information
#CEE99F (or 0xCEE99F) is known color: Reef. HEX triplet: CE, E9 and 9F. RGB value is (206,233,159). Sum of RGB (Red+Green+Blue) = 206+233+159=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 159 (62.5% from 255 or 26.59% from 598); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE99F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE99F is #311660. Grayscale: #D8D8D8. Windows color (decimal): -3216993 or 10480078. OLE color: 10480078.
HSL color Cylindrical-coordinate representation of color #CEE99F: hue angle of 81.89º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEE99F is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 159 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.09 |
| HSL | 81.89º | 0.63% | 0.77% | - |
| HSV(B) | 81.89º | 0.32% | 0.91% | - |
| XYZ | 60.85 | 73.9 | 43.86 | - |
| YUV | 216.49 | 95.55 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 159 | 0.12 | 0 | 0.32 | 0.09 | 81.89 | 0.63 | 0.77 |
| Hex | CE | E9 | 9F | C | 0 | 20 | 9 | 52 | 3F | 4D |
| Octal | 316 | 351 | 237 | 14 | 0 | 40 | 11 | 122 | 77 | 115 |
| Binary | 11001110 | 11101001 | 10011111 | 1100 | 0 | 100000 | 1001 | 1010010 | 111111 | 1001101 |
Color Harmonies of #CEE99F
Complementary color
Monochromatic Colors of #CEE99F
Black with #CEE99F
Text Example
Text Example
White with #CEE99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE99F; }
p { color: rgb(206,233,159); }
H1.HeaderClassName
{
color: #CEE99F;
}
.AnyTagClassName
{
color: #CEE99F;
}
</style>
background-color css
<style>
a { background-color: #CEE99F; }
a { background-color: rgb(206,233,159); }
div.DivClassName
{
background-color: #CEE99F;
}
.BgClassName
{
background-color: #CEE99F;
}
</style>
border-color css
<style>
span { border-color: #CEE99F; }
span { border-color: rgb(206,233,159); }
td.TdClassName
{
border-color: #CEE99F;
}
.TagClassName
{
border-color: #CEE99F;
}
</style>