Shades of Reef #CEE9B1
Tints of Reef #CEE9B1
RGB
CMYK
RGB Variations
Color information
#CEE9B1 (or 0xCEE9B1) is known color: Reef. HEX triplet: CE, E9 and B1. RGB value is (206,233,177). Sum of RGB (Red+Green+Blue) = 206+233+177=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 177 (69.53% from 255 or 28.73% from 616); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE9B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE9B1 is #31164E. Grayscale: #DADADA. Windows color (decimal): -3216975 or 11659726. OLE color: 11659726.
HSL color Cylindrical-coordinate representation of color #CEE9B1: hue angle of 88.93º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEE9B1 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 177 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.09 |
| HSL | 88.93º | 0.56% | 0.8% | - |
| HSV(B) | 88.93º | 0.24% | 0.91% | - |
| XYZ | 62.53 | 74.57 | 52.69 | - |
| YUV | 218.54 | 104.55 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 177 | 0.12 | 0 | 0.24 | 0.09 | 88.93 | 0.56 | 0.8 |
| Hex | CE | E9 | B1 | C | 0 | 18 | 9 | 59 | 38 | 50 |
| Octal | 316 | 351 | 261 | 14 | 0 | 30 | 11 | 131 | 70 | 120 |
| Binary | 11001110 | 11101001 | 10110001 | 1100 | 0 | 11000 | 1001 | 1011001 | 111000 | 1010000 |
Color Harmonies of #CEE9B1
Complementary color
Monochromatic Colors of #CEE9B1
Black with #CEE9B1
Text Example
Text Example
White with #CEE9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE9B1; }
p { color: rgb(206,233,177); }
H1.HeaderClassName
{
color: #CEE9B1;
}
.AnyTagClassName
{
color: #CEE9B1;
}
</style>
background-color css
<style>
a { background-color: #CEE9B1; }
a { background-color: rgb(206,233,177); }
div.DivClassName
{
background-color: #CEE9B1;
}
.BgClassName
{
background-color: #CEE9B1;
}
</style>
border-color css
<style>
span { border-color: #CEE9B1; }
span { border-color: rgb(206,233,177); }
td.TdClassName
{
border-color: #CEE9B1;
}
.TagClassName
{
border-color: #CEE9B1;
}
</style>