Shades of Off Green #D8EEDB
Tints of Off Green #D8EEDB
RGB
CMYK
RGB Variations
Color information
#D8EEDB (or 0xD8EEDB) is known color: Off Green. HEX triplet: D8, EE and DB. RGB value is (216,238,219). Sum of RGB (Red+Green+Blue) = 216+238+219=673 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.10% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 238 - color contains mainly: green. Hex color #D8EEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EEDB is #271124. Grayscale: #E5E5E5. Windows color (decimal): -2560293 or 14413528. OLE color: 14413528.
HSL color Cylindrical-coordinate representation of color #D8EEDB: hue angle of 128.18º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8EEDB is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 238 | 219 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.07 |
| HSL | 128.18º | 0.39% | 0.89% | - |
| HSV(B) | 128.18º | 0.09% | 0.93% | - |
| XYZ | 71.68 | 80.86 | 78.85 | - |
| YUV | 229.26 | 122.21 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 238 | 219 | 0.09 | 0 | 0.08 | 0.07 | 128.18 | 0.39 | 0.89 |
| Hex | D8 | EE | DB | 9 | 0 | 8 | 7 | 80 | 27 | 59 |
| Octal | 330 | 356 | 333 | 11 | 0 | 10 | 7 | 200 | 47 | 131 |
| Binary | 11011000 | 11101110 | 11011011 | 1001 | 0 | 1000 | 111 | 10000000 | 100111 | 1011001 |
Color Harmonies of #D8EEDB
Complementary color
Monochromatic Colors of #D8EEDB
Black with #D8EEDB
Text Example
Text Example
White with #D8EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EEDB; }
p { color: rgb(216,238,219); }
H1.HeaderClassName
{
color: #D8EEDB;
}
.AnyTagClassName
{
color: #D8EEDB;
}
</style>
background-color css
<style>
a { background-color: #D8EEDB; }
a { background-color: rgb(216,238,219); }
div.DivClassName
{
background-color: #D8EEDB;
}
.BgClassName
{
background-color: #D8EEDB;
}
</style>
border-color css
<style>
span { border-color: #D8EEDB; }
span { border-color: rgb(216,238,219); }
td.TdClassName
{
border-color: #D8EEDB;
}
.TagClassName
{
border-color: #D8EEDB;
}
</style>