Shades of Off Green #DBF0E1
Tints of Off Green #DBF0E1
RGB
CMYK
RGB Variations
Color information
#DBF0E1 (or 0xDBF0E1) is known color: Off Green. HEX triplet: DB, F0 and E1. RGB value is (219,240,225). Sum of RGB (Red+Green+Blue) = 219+240+225=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 225 (88.28% from 255 or 32.89% from 684); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0E1 is #240F1E. Grayscale: #E8E8E8. Windows color (decimal): -2363167 or 14807259. OLE color: 14807259.
HSL color Cylindrical-coordinate representation of color #DBF0E1: hue angle of 137.14º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF0E1 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 225 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.06 |
| HSL | 137.14º | 0.41% | 0.9% | - |
| HSV(B) | 137.14º | 0.09% | 0.94% | - |
| XYZ | 73.96 | 82.82 | 83.32 | - |
| YUV | 232.01 | 124.04 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 225 | 0.09 | 0 | 0.06 | 0.06 | 137.14 | 0.41 | 0.9 |
| Hex | DB | F0 | E1 | 9 | 0 | 6 | 6 | 89 | 29 | 5A |
| Octal | 333 | 360 | 341 | 11 | 0 | 6 | 6 | 211 | 51 | 132 |
| Binary | 11011011 | 11110000 | 11100001 | 1001 | 0 | 110 | 110 | 10001001 | 101001 | 1011010 |
Color Harmonies of #DBF0E1
Complementary color
Monochromatic Colors of #DBF0E1
Black with #DBF0E1
Text Example
Text Example
White with #DBF0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF0E1; }
p { color: rgb(219,240,225); }
H1.HeaderClassName
{
color: #DBF0E1;
}
.AnyTagClassName
{
color: #DBF0E1;
}
</style>
background-color css
<style>
a { background-color: #DBF0E1; }
a { background-color: rgb(219,240,225); }
div.DivClassName
{
background-color: #DBF0E1;
}
.BgClassName
{
background-color: #DBF0E1;
}
</style>
border-color css
<style>
span { border-color: #DBF0E1; }
span { border-color: rgb(219,240,225); }
td.TdClassName
{
border-color: #DBF0E1;
}
.TagClassName
{
border-color: #DBF0E1;
}
</style>