Shades of Off Green #DBF1E1
Tints of Off Green #DBF1E1
RGB
CMYK
RGB Variations
Color information
#DBF1E1 (or 0xDBF1E1) is known color: Off Green. HEX triplet: DB, F1 and E1. RGB value is (219,241,225). Sum of RGB (Red+Green+Blue) = 219+241+225=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 225 (88.28% from 255 or 32.85% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1E1 is #240E1E. Grayscale: #E8E8E8. Windows color (decimal): -2362911 or 14807515. OLE color: 14807515.
HSL color Cylindrical-coordinate representation of color #DBF1E1: hue angle of 136.36º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF1E1 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 225 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.05 |
| HSL | 136.36º | 0.44% | 0.9% | - |
| HSV(B) | 136.36º | 0.09% | 0.95% | - |
| XYZ | 74.26 | 83.41 | 83.42 | - |
| YUV | 232.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 225 | 0.09 | 0 | 0.07 | 0.05 | 136.36 | 0.44 | 0.9 |
| Hex | DB | F1 | E1 | 9 | 0 | 7 | 5 | 88 | 2C | 5A |
| Octal | 333 | 361 | 341 | 11 | 0 | 7 | 5 | 210 | 54 | 132 |
| Binary | 11011011 | 11110001 | 11100001 | 1001 | 0 | 111 | 101 | 10001000 | 101100 | 1011010 |
Color Harmonies of #DBF1E1
Complementary color
Monochromatic Colors of #DBF1E1
Black with #DBF1E1
Text Example
Text Example
White with #DBF1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1E1; }
p { color: rgb(219,241,225); }
H1.HeaderClassName
{
color: #DBF1E1;
}
.AnyTagClassName
{
color: #DBF1E1;
}
</style>
background-color css
<style>
a { background-color: #DBF1E1; }
a { background-color: rgb(219,241,225); }
div.DivClassName
{
background-color: #DBF1E1;
}
.BgClassName
{
background-color: #DBF1E1;
}
</style>
border-color css
<style>
span { border-color: #DBF1E1; }
span { border-color: rgb(219,241,225); }
td.TdClassName
{
border-color: #DBF1E1;
}
.TagClassName
{
border-color: #DBF1E1;
}
</style>