Shades of Off Green #D7EEDB
Tints of Off Green #D7EEDB
RGB
CMYK
RGB Variations
Color information
#D7EEDB (or 0xD7EEDB) is known color: Off Green. HEX triplet: D7, EE and DB. RGB value is (215,238,219). Sum of RGB (Red+Green+Blue) = 215+238+219=672 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.99% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 238 - color contains mainly: green. Hex color #D7EEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EEDB is #281124. Grayscale: #E5E5E5. Windows color (decimal): -2625829 or 14413527. OLE color: 14413527.
HSL color Cylindrical-coordinate representation of color #D7EEDB: hue angle of 130.43º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7EEDB is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 238 | 219 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.07 |
| HSL | 130.43º | 0.4% | 0.89% | - |
| HSV(B) | 130.43º | 0.1% | 0.93% | - |
| XYZ | 71.39 | 80.71 | 78.83 | - |
| YUV | 228.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 238 | 219 | 0.10 | 0 | 0.08 | 0.07 | 130.43 | 0.4 | 0.89 |
| Hex | D7 | EE | DB | A | 0 | 8 | 7 | 82 | 28 | 59 |
| Octal | 327 | 356 | 333 | 12 | 0 | 10 | 7 | 202 | 50 | 131 |
| Binary | 11010111 | 11101110 | 11011011 | 1010 | 0 | 1000 | 111 | 10000010 | 101000 | 1011001 |
Color Harmonies of #D7EEDB
Complementary color
Monochromatic Colors of #D7EEDB
Black with #D7EEDB
Text Example
Text Example
White with #D7EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EEDB; }
p { color: rgb(215,238,219); }
H1.HeaderClassName
{
color: #D7EEDB;
}
.AnyTagClassName
{
color: #D7EEDB;
}
</style>
background-color css
<style>
a { background-color: #D7EEDB; }
a { background-color: rgb(215,238,219); }
div.DivClassName
{
background-color: #D7EEDB;
}
.BgClassName
{
background-color: #D7EEDB;
}
</style>
border-color css
<style>
span { border-color: #D7EEDB; }
span { border-color: rgb(215,238,219); }
td.TdClassName
{
border-color: #D7EEDB;
}
.TagClassName
{
border-color: #D7EEDB;
}
</style>