Shades of Off Green #DBEFDD
Tints of Off Green #DBEFDD
RGB
CMYK
RGB Variations
Color information
#DBEFDD (or 0xDBEFDD) is known color: Off Green. HEX triplet: DB, EF and DD. RGB value is (219,239,221). Sum of RGB (Red+Green+Blue) = 219+239+221=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFDD is #241022. Grayscale: #E7E7E7. Windows color (decimal): -2363427 or 14544859. OLE color: 14544859.
HSL color Cylindrical-coordinate representation of color #DBEFDD: hue angle of 126º 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 #DBEFDD is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 239 | 221 | - |
CMYK | 0.08 | 0 | 0.08 | 0.06 |
HSL | 126º | 0.38% | 0.9% | - |
HSV(B) | 126º | 0.08% | 0.94% | - |
XYZ | 73.13 | 82.01 | 80.38 | - |
YUV | 230.97 | 122.37 | 119.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 239 | 221 | 0.08 | 0 | 0.08 | 0.06 | 126 | 0.38 | 0.9 |
Hex | DB | EF | DD | 8 | 0 | 8 | 6 | 7E | 26 | 5A |
Octal | 333 | 357 | 335 | 10 | 0 | 10 | 6 | 176 | 46 | 132 |
Binary | 11011011 | 11101111 | 11011101 | 1000 | 0 | 1000 | 110 | 1111110 | 100110 | 1011010 |
Color Harmonies of #DBEFDD
Complementary color
Monochromatic Colors of #DBEFDD
Black with #DBEFDD
Text Example
Text Example
White with #DBEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFDD; }
p { color: rgb(219,239,221); }
H1.HeaderClassName
{
color: #DBEFDD;
}
.AnyTagClassName
{
color: #DBEFDD;
}
</style>
background-color css
<style>
a { background-color: #DBEFDD; }
a { background-color: rgb(219,239,221); }
div.DivClassName
{
background-color: #DBEFDD;
}
.BgClassName
{
background-color: #DBEFDD;
}
</style>
border-color css
<style>
span { border-color: #DBEFDD; }
span { border-color: rgb(219,239,221); }
td.TdClassName
{
border-color: #DBEFDD;
}
.TagClassName
{
border-color: #DBEFDD;
}
</style>