Shades of Reef #CEE7B1
Tints of Reef #CEE7B1
RGB
CMYK
RGB Variations
Color information
#CEE7B1 (or 0xCEE7B1) is known color: Reef. HEX triplet: CE, E7 and B1. RGB value is (206,231,177). Sum of RGB (Red+Green+Blue) = 206+231+177=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 177 (69.53% from 255 or 28.83% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE7B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE7B1 is #31184E. Grayscale: #D9D9D9. Windows color (decimal): -3217487 or 11659214. OLE color: 11659214.
HSL color Cylindrical-coordinate representation of color #CEE7B1: hue angle of 87.78º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEE7B1 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 177 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.09 |
| HSL | 87.78º | 0.53% | 0.8% | - |
| HSV(B) | 87.78º | 0.23% | 0.91% | - |
| XYZ | 61.97 | 73.45 | 52.51 | - |
| YUV | 217.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 177 | 0.11 | 0 | 0.23 | 0.09 | 87.78 | 0.53 | 0.8 |
| Hex | CE | E7 | B1 | B | 0 | 17 | 9 | 58 | 35 | 50 |
| Octal | 316 | 347 | 261 | 13 | 0 | 27 | 11 | 130 | 65 | 120 |
| Binary | 11001110 | 11100111 | 10110001 | 1011 | 0 | 10111 | 1001 | 1011000 | 110101 | 1010000 |
Color Harmonies of #CEE7B1
Complementary color
Monochromatic Colors of #CEE7B1
Black with #CEE7B1
Text Example
Text Example
White with #CEE7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE7B1; }
p { color: rgb(206,231,177); }
H1.HeaderClassName
{
color: #CEE7B1;
}
.AnyTagClassName
{
color: #CEE7B1;
}
</style>
background-color css
<style>
a { background-color: #CEE7B1; }
a { background-color: rgb(206,231,177); }
div.DivClassName
{
background-color: #CEE7B1;
}
.BgClassName
{
background-color: #CEE7B1;
}
</style>
border-color css
<style>
span { border-color: #CEE7B1; }
span { border-color: rgb(206,231,177); }
td.TdClassName
{
border-color: #CEE7B1;
}
.TagClassName
{
border-color: #CEE7B1;
}
</style>