Shades of Reef #D7EBB0
Tints of Reef #D7EBB0
RGB
CMYK
RGB Variations
Color information
#D7EBB0 (or 0xD7EBB0) is known color: Reef. HEX triplet: D7, EB and B0. RGB value is (215,235,176). Sum of RGB (Red+Green+Blue) = 215+235+176=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 176 (69.14% from 255 or 28.12% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7EBB0 is #28144F. Grayscale: #DEDEDE. Windows color (decimal): -2626640 or 11594711. OLE color: 11594711.
HSL color Cylindrical-coordinate representation of color #D7EBB0: hue angle of 80.34º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7EBB0 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 235 | 176 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.08 |
| HSL | 80.34º | 0.6% | 0.81% | - |
| HSV(B) | 80.34º | 0.25% | 0.92% | - |
| XYZ | 65.57 | 77 | 52.48 | - |
| YUV | 222.29 | 101.87 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 235 | 176 | 0.09 | 0 | 0.25 | 0.08 | 80.34 | 0.6 | 0.81 |
| Hex | D7 | EB | B0 | 9 | 0 | 19 | 8 | 50 | 3C | 51 |
| Octal | 327 | 353 | 260 | 11 | 0 | 31 | 10 | 120 | 74 | 121 |
| Binary | 11010111 | 11101011 | 10110000 | 1001 | 0 | 11001 | 1000 | 1010000 | 111100 | 1010001 |
Color Harmonies of #D7EBB0
Complementary color
Monochromatic Colors of #D7EBB0
Black with #D7EBB0
Text Example
Text Example
White with #D7EBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EBB0; }
p { color: rgb(215,235,176); }
H1.HeaderClassName
{
color: #D7EBB0;
}
.AnyTagClassName
{
color: #D7EBB0;
}
</style>
background-color css
<style>
a { background-color: #D7EBB0; }
a { background-color: rgb(215,235,176); }
div.DivClassName
{
background-color: #D7EBB0;
}
.BgClassName
{
background-color: #D7EBB0;
}
</style>
border-color css
<style>
span { border-color: #D7EBB0; }
span { border-color: rgb(215,235,176); }
td.TdClassName
{
border-color: #D7EBB0;
}
.TagClassName
{
border-color: #D7EBB0;
}
</style>