Shades of Off Green #D8F3DB
Tints of Off Green #D8F3DB
RGB
CMYK
RGB Variations
Color information
#D8F3DB (or 0xD8F3DB) is known color: Off Green. HEX triplet: D8, F3 and DB. RGB value is (216,243,219). Sum of RGB (Red+Green+Blue) = 216+243+219=678 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.86% from 678); Green value is 243 (95.31% from 255 or 35.84% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 243 - color contains mainly: green. Hex color #D8F3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F3DB is #270C24. Grayscale: #E8E8E8. Windows color (decimal): -2559013 or 14414808. OLE color: 14414808.
HSL color Cylindrical-coordinate representation of color #D8F3DB: hue angle of 126.67º degrees, saturation: 0.53, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8F3DB is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 243 | 219 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.05 |
| HSL | 126.67º | 0.53% | 0.9% | - |
| HSV(B) | 126.67º | 0.11% | 0.95% | - |
| XYZ | 73.16 | 83.81 | 79.34 | - |
| YUV | 232.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 243 | 219 | 0.11 | 0 | 0.10 | 0.05 | 126.67 | 0.53 | 0.9 |
| Hex | D8 | F3 | DB | B | 0 | A | 5 | 7F | 35 | 5A |
| Octal | 330 | 363 | 333 | 13 | 0 | 12 | 5 | 177 | 65 | 132 |
| Binary | 11011000 | 11110011 | 11011011 | 1011 | 0 | 1010 | 101 | 1111111 | 110101 | 1011010 |
Color Harmonies of #D8F3DB
Complementary color
Monochromatic Colors of #D8F3DB
Black with #D8F3DB
Text Example
Text Example
White with #D8F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F3DB; }
p { color: rgb(216,243,219); }
H1.HeaderClassName
{
color: #D8F3DB;
}
.AnyTagClassName
{
color: #D8F3DB;
}
</style>
background-color css
<style>
a { background-color: #D8F3DB; }
a { background-color: rgb(216,243,219); }
div.DivClassName
{
background-color: #D8F3DB;
}
.BgClassName
{
background-color: #D8F3DB;
}
</style>
border-color css
<style>
span { border-color: #D8F3DB; }
span { border-color: rgb(216,243,219); }
td.TdClassName
{
border-color: #D8F3DB;
}
.TagClassName
{
border-color: #D8F3DB;
}
</style>