Shades of Reef #CEF896
Tints of Reef #CEF896
RGB
CMYK
RGB Variations
Color information
#CEF896 (or 0xCEF896) is known color: Reef. HEX triplet: CE, F8 and 96. RGB value is (206,248,150). Sum of RGB (Red+Green+Blue) = 206+248+150=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF896 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF896 is #310769. Grayscale: #E0E0E0. Windows color (decimal): -3213162 or 9894094. OLE color: 9894094.
HSL color Cylindrical-coordinate representation of color #CEF896: hue angle of 85.71º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEF896 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 150 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.03 |
| HSL | 85.71º | 0.88% | 0.78% | - |
| HSV(B) | 85.71º | 0.4% | 0.97% | - |
| XYZ | 64.53 | 82.46 | 41.37 | - |
| YUV | 224.27 | 86.09 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 150 | 0.17 | 0 | 0.40 | 0.03 | 85.71 | 0.88 | 0.78 |
| Hex | CE | F8 | 96 | 11 | 0 | 28 | 3 | 56 | 58 | 4E |
| Octal | 316 | 370 | 226 | 21 | 0 | 50 | 3 | 126 | 130 | 116 |
| Binary | 11001110 | 11111000 | 10010110 | 10001 | 0 | 101000 | 11 | 1010110 | 1011000 | 1001110 |
Color Harmonies of #CEF896
Complementary color
Monochromatic Colors of #CEF896
Black with #CEF896
Text Example
Text Example
White with #CEF896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF896; }
p { color: rgb(206,248,150); }
H1.HeaderClassName
{
color: #CEF896;
}
.AnyTagClassName
{
color: #CEF896;
}
</style>
background-color css
<style>
a { background-color: #CEF896; }
a { background-color: rgb(206,248,150); }
div.DivClassName
{
background-color: #CEF896;
}
.BgClassName
{
background-color: #CEF896;
}
</style>
border-color css
<style>
span { border-color: #CEF896; }
span { border-color: rgb(206,248,150); }
td.TdClassName
{
border-color: #CEF896;
}
.TagClassName
{
border-color: #CEF896;
}
</style>