Shades of Reef #CEE996
Tints of Reef #CEE996
RGB
CMYK
RGB Variations
Color information
#CEE996 (or 0xCEE996) is known color: Reef. HEX triplet: CE, E9 and 96. RGB value is (206,233,150). Sum of RGB (Red+Green+Blue) = 206+233+150=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE996 is #311669. Grayscale: #D7D7D7. Windows color (decimal): -3217002 or 9890254. OLE color: 9890254.
HSL color Cylindrical-coordinate representation of color #CEE996: hue angle of 79.52º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEE996 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 150 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.09 |
| HSL | 79.52º | 0.65% | 0.75% | - |
| HSV(B) | 79.52º | 0.36% | 0.91% | - |
| XYZ | 60.1 | 73.6 | 39.89 | - |
| YUV | 215.47 | 91.05 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 150 | 0.12 | 0 | 0.36 | 0.09 | 79.52 | 0.65 | 0.75 |
| Hex | CE | E9 | 96 | C | 0 | 24 | 9 | 50 | 41 | 4B |
| Octal | 316 | 351 | 226 | 14 | 0 | 44 | 11 | 120 | 101 | 113 |
| Binary | 11001110 | 11101001 | 10010110 | 1100 | 0 | 100100 | 1001 | 1010000 | 1000001 | 1001011 |
Color Harmonies of #CEE996
Complementary color
Monochromatic Colors of #CEE996
Black with #CEE996
Text Example
Text Example
White with #CEE996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE996; }
p { color: rgb(206,233,150); }
H1.HeaderClassName
{
color: #CEE996;
}
.AnyTagClassName
{
color: #CEE996;
}
</style>
background-color css
<style>
a { background-color: #CEE996; }
a { background-color: rgb(206,233,150); }
div.DivClassName
{
background-color: #CEE996;
}
.BgClassName
{
background-color: #CEE996;
}
</style>
border-color css
<style>
span { border-color: #CEE996; }
span { border-color: rgb(206,233,150); }
td.TdClassName
{
border-color: #CEE996;
}
.TagClassName
{
border-color: #CEE996;
}
</style>