Shades of Reef #D9E8B0
Tints of Reef #D9E8B0
RGB
CMYK
RGB Variations
Color information
#D9E8B0 (or 0xD9E8B0) is known color: Reef. HEX triplet: D9, E8 and B0. RGB value is (217,232,176). Sum of RGB (Red+Green+Blue) = 217+232+176=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 176 (69.14% from 255 or 28.16% from 625); Max value from RGB is 232 - color contains mainly: green. Hex color #D9E8B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E8B0 is #26174F. Grayscale: #DDDDDD. Windows color (decimal): -2496336 or 11593945. OLE color: 11593945.
HSL color Cylindrical-coordinate representation of color #D9E8B0: hue angle of 76.07º degrees, saturation: 0.55, 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 #D9E8B0 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 232 | 176 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.09 |
| HSL | 76.07º | 0.55% | 0.8% | - |
| HSV(B) | 76.07º | 0.24% | 0.91% | - |
| XYZ | 65.31 | 75.6 | 52.22 | - |
| YUV | 221.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 232 | 176 | 0.06 | 0 | 0.24 | 0.09 | 76.07 | 0.55 | 0.8 |
| Hex | D9 | E8 | B0 | 6 | 0 | 18 | 9 | 4C | 37 | 50 |
| Octal | 331 | 350 | 260 | 6 | 0 | 30 | 11 | 114 | 67 | 120 |
| Binary | 11011001 | 11101000 | 10110000 | 110 | 0 | 11000 | 1001 | 1001100 | 110111 | 1010000 |
Color Harmonies of #D9E8B0
Complementary color
Monochromatic Colors of #D9E8B0
Black with #D9E8B0
Text Example
Text Example
White with #D9E8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E8B0; }
p { color: rgb(217,232,176); }
H1.HeaderClassName
{
color: #D9E8B0;
}
.AnyTagClassName
{
color: #D9E8B0;
}
</style>
background-color css
<style>
a { background-color: #D9E8B0; }
a { background-color: rgb(217,232,176); }
div.DivClassName
{
background-color: #D9E8B0;
}
.BgClassName
{
background-color: #D9E8B0;
}
</style>
border-color css
<style>
span { border-color: #D9E8B0; }
span { border-color: rgb(217,232,176); }
td.TdClassName
{
border-color: #D9E8B0;
}
.TagClassName
{
border-color: #D9E8B0;
}
</style>