Shades of Off Green #DBF0DD
Tints of Off Green #DBF0DD
RGB
CMYK
RGB Variations
Color information
#DBF0DD (or 0xDBF0DD) is known color: Off Green. HEX triplet: DB, F0 and DD. RGB value is (219,240,221). Sum of RGB (Red+Green+Blue) = 219+240+221=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0DD is #240F22. Grayscale: #E7E7E7. Windows color (decimal): -2363171 or 14545115. OLE color: 14545115.
HSL color Cylindrical-coordinate representation of color #DBF0DD: hue angle of 125.71º 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 #DBF0DD is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 240 | 221 | - |
CMYK | 0.09 | 0 | 0.08 | 0.06 |
HSL | 125.71º | 0.41% | 0.9% | - |
HSV(B) | 125.71º | 0.09% | 0.94% | - |
XYZ | 73.42 | 82.6 | 80.48 | - |
YUV | 231.56 | 122.04 | 119.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 240 | 221 | 0.09 | 0 | 0.08 | 0.06 | 125.71 | 0.41 | 0.9 |
Hex | DB | F0 | DD | 9 | 0 | 8 | 6 | 7E | 29 | 5A |
Octal | 333 | 360 | 335 | 11 | 0 | 10 | 6 | 176 | 51 | 132 |
Binary | 11011011 | 11110000 | 11011101 | 1001 | 0 | 1000 | 110 | 1111110 | 101001 | 1011010 |
Color Harmonies of #DBF0DD
Complementary color
Monochromatic Colors of #DBF0DD
Black with #DBF0DD
Text Example
Text Example
White with #DBF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF0DD; }
p { color: rgb(219,240,221); }
H1.HeaderClassName
{
color: #DBF0DD;
}
.AnyTagClassName
{
color: #DBF0DD;
}
</style>
background-color css
<style>
a { background-color: #DBF0DD; }
a { background-color: rgb(219,240,221); }
div.DivClassName
{
background-color: #DBF0DD;
}
.BgClassName
{
background-color: #DBF0DD;
}
</style>
border-color css
<style>
span { border-color: #DBF0DD; }
span { border-color: rgb(219,240,221); }
td.TdClassName
{
border-color: #DBF0DD;
}
.TagClassName
{
border-color: #DBF0DD;
}
</style>