Shades of Reef #CEE5AB
Tints of Reef #CEE5AB
RGB
CMYK
RGB Variations
Color information
#CEE5AB (or 0xCEE5AB) is known color: Reef. HEX triplet: CE, E5 and AB. RGB value is (206,229,171). Sum of RGB (Red+Green+Blue) = 206+229+171=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE5AB is #311A54. Grayscale: #D7D7D7. Windows color (decimal): -3218005 or 11265486. OLE color: 11265486.
HSL color Cylindrical-coordinate representation of color #CEE5AB: hue angle of 83.79º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEE5AB is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 171 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.10 |
| HSL | 83.79º | 0.53% | 0.78% | - |
| HSV(B) | 83.79º | 0.25% | 0.9% | - |
| XYZ | 60.82 | 72.1 | 49.24 | - |
| YUV | 215.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 171 | 0.10 | 0 | 0.25 | 0.10 | 83.79 | 0.53 | 0.78 |
| Hex | CE | E5 | AB | A | 0 | 19 | A | 54 | 35 | 4E |
| Octal | 316 | 345 | 253 | 12 | 0 | 31 | 12 | 124 | 65 | 116 |
| Binary | 11001110 | 11100101 | 10101011 | 1010 | 0 | 11001 | 1010 | 1010100 | 110101 | 1001110 |
Color Harmonies of #CEE5AB
Complementary color
Monochromatic Colors of #CEE5AB
Black with #CEE5AB
Text Example
Text Example
White with #CEE5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5AB; }
p { color: rgb(206,229,171); }
H1.HeaderClassName
{
color: #CEE5AB;
}
.AnyTagClassName
{
color: #CEE5AB;
}
</style>
background-color css
<style>
a { background-color: #CEE5AB; }
a { background-color: rgb(206,229,171); }
div.DivClassName
{
background-color: #CEE5AB;
}
.BgClassName
{
background-color: #CEE5AB;
}
</style>
border-color css
<style>
span { border-color: #CEE5AB; }
span { border-color: rgb(206,229,171); }
td.TdClassName
{
border-color: #CEE5AB;
}
.TagClassName
{
border-color: #CEE5AB;
}
</style>