Shades of Reef #D7E8B1
Tints of Reef #D7E8B1
RGB
CMYK
RGB Variations
Color information
#D7E8B1 (or 0xD7E8B1) is known color: Reef. HEX triplet: D7, E8 and B1. RGB value is (215,232,177). Sum of RGB (Red+Green+Blue) = 215+232+177=624 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.46% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 177 (69.53% from 255 or 28.37% from 624); Max value from RGB is 232 - color contains mainly: green. Hex color #D7E8B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7E8B1 is #28174E. Grayscale: #DCDCDC. Windows color (decimal): -2627407 or 11659479. OLE color: 11659479.
HSL color Cylindrical-coordinate representation of color #D7E8B1: hue angle of 78.55º 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 #D7E8B1 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 232 | 177 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.09 |
| HSL | 78.55º | 0.54% | 0.8% | - |
| HSV(B) | 78.55º | 0.24% | 0.91% | - |
| XYZ | 64.82 | 75.33 | 52.72 | - |
| YUV | 220.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 232 | 177 | 0.07 | 0 | 0.24 | 0.09 | 78.55 | 0.54 | 0.8 |
| Hex | D7 | E8 | B1 | 7 | 0 | 18 | 9 | 4F | 36 | 50 |
| Octal | 327 | 350 | 261 | 7 | 0 | 30 | 11 | 117 | 66 | 120 |
| Binary | 11010111 | 11101000 | 10110001 | 111 | 0 | 11000 | 1001 | 1001111 | 110110 | 1010000 |
Color Harmonies of #D7E8B1
Complementary color
Monochromatic Colors of #D7E8B1
Black with #D7E8B1
Text Example
Text Example
White with #D7E8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E8B1; }
p { color: rgb(215,232,177); }
H1.HeaderClassName
{
color: #D7E8B1;
}
.AnyTagClassName
{
color: #D7E8B1;
}
</style>
background-color css
<style>
a { background-color: #D7E8B1; }
a { background-color: rgb(215,232,177); }
div.DivClassName
{
background-color: #D7E8B1;
}
.BgClassName
{
background-color: #D7E8B1;
}
</style>
border-color css
<style>
span { border-color: #D7E8B1; }
span { border-color: rgb(215,232,177); }
td.TdClassName
{
border-color: #D7E8B1;
}
.TagClassName
{
border-color: #D7E8B1;
}
</style>