Shades of Off Green #DBEFDF
Tints of Off Green #DBEFDF
RGB
CMYK
RGB Variations
Color information
#DBEFDF (or 0xDBEFDF) is known color: Off Green. HEX triplet: DB, EF and DF. RGB value is (219,239,223). Sum of RGB (Red+Green+Blue) = 219+239+223=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFDF is #241020. Grayscale: #E7E7E7. Windows color (decimal): -2363425 or 14675931. OLE color: 14675931.
HSL color Cylindrical-coordinate representation of color #DBEFDF: hue angle of 132º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEFDF is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 239 | 223 | - |
CMYK | 0.08 | 0 | 0.07 | 0.06 |
HSL | 132º | 0.38% | 0.9% | - |
HSV(B) | 132º | 0.08% | 0.94% | - |
XYZ | 73.4 | 82.12 | 81.79 | - |
YUV | 231.2 | 123.37 | 119.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 239 | 223 | 0.08 | 0 | 0.07 | 0.06 | 132 | 0.38 | 0.9 |
Hex | DB | EF | DF | 8 | 0 | 7 | 6 | 84 | 26 | 5A |
Octal | 333 | 357 | 337 | 10 | 0 | 7 | 6 | 204 | 46 | 132 |
Binary | 11011011 | 11101111 | 11011111 | 1000 | 0 | 111 | 110 | 10000100 | 100110 | 1011010 |
Color Harmonies of #DBEFDF
Complementary color
Monochromatic Colors of #DBEFDF
Black with #DBEFDF
Text Example
Text Example
White with #DBEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFDF; }
p { color: rgb(219,239,223); }
H1.HeaderClassName
{
color: #DBEFDF;
}
.AnyTagClassName
{
color: #DBEFDF;
}
</style>
background-color css
<style>
a { background-color: #DBEFDF; }
a { background-color: rgb(219,239,223); }
div.DivClassName
{
background-color: #DBEFDF;
}
.BgClassName
{
background-color: #DBEFDF;
}
</style>
border-color css
<style>
span { border-color: #DBEFDF; }
span { border-color: rgb(219,239,223); }
td.TdClassName
{
border-color: #DBEFDF;
}
.TagClassName
{
border-color: #DBEFDF;
}
</style>