Shades of Reef #CEE2AB
Tints of Reef #CEE2AB
RGB
CMYK
RGB Variations
Color information
#CEE2AB (or 0xCEE2AB) is known color: Reef. HEX triplet: CE, E2 and AB. RGB value is (206,226,171). Sum of RGB (Red+Green+Blue) = 206+226+171=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE2AB is #311D54. Grayscale: #D5D5D5. Windows color (decimal): -3218773 or 11264718. OLE color: 11264718.
HSL color Cylindrical-coordinate representation of color #CEE2AB: hue angle of 81.82º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEE2AB is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 171 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.11 |
| HSL | 81.82º | 0.49% | 0.78% | - |
| HSV(B) | 81.82º | 0.24% | 0.89% | - |
| XYZ | 60 | 70.45 | 48.96 | - |
| YUV | 213.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 171 | 0.09 | 0 | 0.24 | 0.11 | 81.82 | 0.49 | 0.78 |
| Hex | CE | E2 | AB | 9 | 0 | 18 | B | 52 | 31 | 4E |
| Octal | 316 | 342 | 253 | 11 | 0 | 30 | 13 | 122 | 61 | 116 |
| Binary | 11001110 | 11100010 | 10101011 | 1001 | 0 | 11000 | 1011 | 1010010 | 110001 | 1001110 |
Color Harmonies of #CEE2AB
Complementary color
Monochromatic Colors of #CEE2AB
Black with #CEE2AB
Text Example
Text Example
White with #CEE2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE2AB; }
p { color: rgb(206,226,171); }
H1.HeaderClassName
{
color: #CEE2AB;
}
.AnyTagClassName
{
color: #CEE2AB;
}
</style>
background-color css
<style>
a { background-color: #CEE2AB; }
a { background-color: rgb(206,226,171); }
div.DivClassName
{
background-color: #CEE2AB;
}
.BgClassName
{
background-color: #CEE2AB;
}
</style>
border-color css
<style>
span { border-color: #CEE2AB; }
span { border-color: rgb(206,226,171); }
td.TdClassName
{
border-color: #CEE2AB;
}
.TagClassName
{
border-color: #CEE2AB;
}
</style>