Shades of Reef #CEE9AD
Tints of Reef #CEE9AD
RGB
CMYK
RGB Variations
Color information
#CEE9AD (or 0xCEE9AD) is known color: Reef. HEX triplet: CE, E9 and AD. RGB value is (206,233,173). Sum of RGB (Red+Green+Blue) = 206+233+173=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE9AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE9AD is #311652. Grayscale: #DADADA. Windows color (decimal): -3216979 or 11397582. OLE color: 11397582.
HSL color Cylindrical-coordinate representation of color #CEE9AD: hue angle of 87º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEE9AD is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 173 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.09 |
| HSL | 87º | 0.58% | 0.8% | - |
| HSV(B) | 87º | 0.26% | 0.91% | - |
| XYZ | 62.14 | 74.42 | 50.62 | - |
| YUV | 218.09 | 102.55 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 173 | 0.12 | 0 | 0.26 | 0.09 | 87 | 0.58 | 0.8 |
| Hex | CE | E9 | AD | C | 0 | 1A | 9 | 57 | 3A | 50 |
| Octal | 316 | 351 | 255 | 14 | 0 | 32 | 11 | 127 | 72 | 120 |
| Binary | 11001110 | 11101001 | 10101101 | 1100 | 0 | 11010 | 1001 | 1010111 | 111010 | 1010000 |
Color Harmonies of #CEE9AD
Complementary color
Monochromatic Colors of #CEE9AD
Black with #CEE9AD
Text Example
Text Example
White with #CEE9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE9AD; }
p { color: rgb(206,233,173); }
H1.HeaderClassName
{
color: #CEE9AD;
}
.AnyTagClassName
{
color: #CEE9AD;
}
</style>
background-color css
<style>
a { background-color: #CEE9AD; }
a { background-color: rgb(206,233,173); }
div.DivClassName
{
background-color: #CEE9AD;
}
.BgClassName
{
background-color: #CEE9AD;
}
</style>
border-color css
<style>
span { border-color: #CEE9AD; }
span { border-color: rgb(206,233,173); }
td.TdClassName
{
border-color: #CEE9AD;
}
.TagClassName
{
border-color: #CEE9AD;
}
</style>