Shades of Reef #CEEDB0
Tints of Reef #CEEDB0
RGB
CMYK
RGB Variations
Color information
#CEEDB0 (or 0xCEEDB0) is known color: Reef. HEX triplet: CE, ED and B0. RGB value is (206,237,176). Sum of RGB (Red+Green+Blue) = 206+237+176=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 176 (69.14% from 255 or 28.43% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEDB0 is #31124F. Grayscale: #DCDCDC. Windows color (decimal): -3215952 or 11595214. OLE color: 11595214.
HSL color Cylindrical-coordinate representation of color #CEEDB0: hue angle of 90.49º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEEDB0 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 176 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.07 |
| HSL | 90.49º | 0.63% | 0.81% | - |
| HSV(B) | 90.49º | 0.26% | 0.93% | - |
| XYZ | 63.57 | 76.82 | 52.55 | - |
| YUV | 220.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 176 | 0.13 | 0 | 0.26 | 0.07 | 90.49 | 0.63 | 0.81 |
| Hex | CE | ED | B0 | D | 0 | 1A | 7 | 5A | 3F | 51 |
| Octal | 316 | 355 | 260 | 15 | 0 | 32 | 7 | 132 | 77 | 121 |
| Binary | 11001110 | 11101101 | 10110000 | 1101 | 0 | 11010 | 111 | 1011010 | 111111 | 1010001 |
Color Harmonies of #CEEDB0
Complementary color
Monochromatic Colors of #CEEDB0
Black with #CEEDB0
Text Example
Text Example
White with #CEEDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDB0; }
p { color: rgb(206,237,176); }
H1.HeaderClassName
{
color: #CEEDB0;
}
.AnyTagClassName
{
color: #CEEDB0;
}
</style>
background-color css
<style>
a { background-color: #CEEDB0; }
a { background-color: rgb(206,237,176); }
div.DivClassName
{
background-color: #CEEDB0;
}
.BgClassName
{
background-color: #CEEDB0;
}
</style>
border-color css
<style>
span { border-color: #CEEDB0; }
span { border-color: rgb(206,237,176); }
td.TdClassName
{
border-color: #CEEDB0;
}
.TagClassName
{
border-color: #CEEDB0;
}
</style>