Shades of Reef #D2E8B1
Tints of Reef #D2E8B1
RGB
CMYK
RGB Variations
Color information
#D2E8B1 (or 0xD2E8B1) is known color: Reef. HEX triplet: D2, E8 and B1. RGB value is (210,232,177). Sum of RGB (Red+Green+Blue) = 210+232+177=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 177 (69.53% from 255 or 28.59% from 619); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E8B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E8B1 is #2D174E. Grayscale: #DBDBDB. Windows color (decimal): -2955087 or 11659474. OLE color: 11659474.
HSL color Cylindrical-coordinate representation of color #D2E8B1: hue angle of 84º degrees, saturation: 0.54, 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 #D2E8B1 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 232 | 177 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.09 |
| HSL | 84º | 0.54% | 0.8% | - |
| HSV(B) | 84º | 0.24% | 0.91% | - |
| XYZ | 63.37 | 74.59 | 52.65 | - |
| YUV | 219.15 | 104.21 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 232 | 177 | 0.09 | 0 | 0.24 | 0.09 | 84 | 0.54 | 0.8 |
| Hex | D2 | E8 | B1 | 9 | 0 | 18 | 9 | 54 | 36 | 50 |
| Octal | 322 | 350 | 261 | 11 | 0 | 30 | 11 | 124 | 66 | 120 |
| Binary | 11010010 | 11101000 | 10110001 | 1001 | 0 | 11000 | 1001 | 1010100 | 110110 | 1010000 |
Color Harmonies of #D2E8B1
Complementary color
Monochromatic Colors of #D2E8B1
Black with #D2E8B1
Text Example
Text Example
White with #D2E8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E8B1; }
p { color: rgb(210,232,177); }
H1.HeaderClassName
{
color: #D2E8B1;
}
.AnyTagClassName
{
color: #D2E8B1;
}
</style>
background-color css
<style>
a { background-color: #D2E8B1; }
a { background-color: rgb(210,232,177); }
div.DivClassName
{
background-color: #D2E8B1;
}
.BgClassName
{
background-color: #D2E8B1;
}
</style>
border-color css
<style>
span { border-color: #D2E8B1; }
span { border-color: rgb(210,232,177); }
td.TdClassName
{
border-color: #D2E8B1;
}
.TagClassName
{
border-color: #D2E8B1;
}
</style>