Shades of Reef #CEE6AB
Tints of Reef #CEE6AB
RGB
CMYK
RGB Variations
Color information
#CEE6AB (or 0xCEE6AB) is known color: Reef. HEX triplet: CE, E6 and AB. RGB value is (206,230,171). Sum of RGB (Red+Green+Blue) = 206+230+171=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE6AB is #311954. Grayscale: #D8D8D8. Windows color (decimal): -3217749 or 11265742. OLE color: 11265742.
HSL color Cylindrical-coordinate representation of color #CEE6AB: hue angle of 84.41º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEE6AB is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 171 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.10 |
| HSL | 84.41º | 0.54% | 0.79% | - |
| HSV(B) | 84.41º | 0.26% | 0.9% | - |
| XYZ | 61.1 | 72.66 | 49.33 | - |
| YUV | 216.1 | 102.55 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 171 | 0.10 | 0 | 0.26 | 0.10 | 84.41 | 0.54 | 0.79 |
| Hex | CE | E6 | AB | A | 0 | 1A | A | 54 | 36 | 4F |
| Octal | 316 | 346 | 253 | 12 | 0 | 32 | 12 | 124 | 66 | 117 |
| Binary | 11001110 | 11100110 | 10101011 | 1010 | 0 | 11010 | 1010 | 1010100 | 110110 | 1001111 |
Color Harmonies of #CEE6AB
Complementary color
Monochromatic Colors of #CEE6AB
Black with #CEE6AB
Text Example
Text Example
White with #CEE6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE6AB; }
p { color: rgb(206,230,171); }
H1.HeaderClassName
{
color: #CEE6AB;
}
.AnyTagClassName
{
color: #CEE6AB;
}
</style>
background-color css
<style>
a { background-color: #CEE6AB; }
a { background-color: rgb(206,230,171); }
div.DivClassName
{
background-color: #CEE6AB;
}
.BgClassName
{
background-color: #CEE6AB;
}
</style>
border-color css
<style>
span { border-color: #CEE6AB; }
span { border-color: rgb(206,230,171); }
td.TdClassName
{
border-color: #CEE6AB;
}
.TagClassName
{
border-color: #CEE6AB;
}
</style>