Shades of Reef #CEF0AB
Tints of Reef #CEF0AB
RGB
CMYK
RGB Variations
Color information
#CEF0AB (or 0xCEF0AB) is known color: Reef. HEX triplet: CE, F0 and AB. RGB value is (206,240,171). Sum of RGB (Red+Green+Blue) = 206+240+171=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF0AB is #310F54. Grayscale: #DEDEDE. Windows color (decimal): -3215189 or 11268302. OLE color: 11268302.
HSL color Cylindrical-coordinate representation of color #CEF0AB: hue angle of 89.57º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEF0AB is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 171 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.06 |
| HSL | 89.57º | 0.7% | 0.81% | - |
| HSV(B) | 89.57º | 0.29% | 0.94% | - |
| XYZ | 63.96 | 78.38 | 50.29 | - |
| YUV | 221.97 | 99.24 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 171 | 0.14 | 0 | 0.29 | 0.06 | 89.57 | 0.7 | 0.81 |
| Hex | CE | F0 | AB | E | 0 | 1D | 6 | 5A | 46 | 51 |
| Octal | 316 | 360 | 253 | 16 | 0 | 35 | 6 | 132 | 106 | 121 |
| Binary | 11001110 | 11110000 | 10101011 | 1110 | 0 | 11101 | 110 | 1011010 | 1000110 | 1010001 |
Color Harmonies of #CEF0AB
Complementary color
Monochromatic Colors of #CEF0AB
Black with #CEF0AB
Text Example
Text Example
White with #CEF0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF0AB; }
p { color: rgb(206,240,171); }
H1.HeaderClassName
{
color: #CEF0AB;
}
.AnyTagClassName
{
color: #CEF0AB;
}
</style>
background-color css
<style>
a { background-color: #CEF0AB; }
a { background-color: rgb(206,240,171); }
div.DivClassName
{
background-color: #CEF0AB;
}
.BgClassName
{
background-color: #CEF0AB;
}
</style>
border-color css
<style>
span { border-color: #CEF0AB; }
span { border-color: rgb(206,240,171); }
td.TdClassName
{
border-color: #CEF0AB;
}
.TagClassName
{
border-color: #CEF0AB;
}
</style>