Shades of Off Green #DBF2DD
Tints of Off Green #DBF2DD
RGB
CMYK
RGB Variations
Color information
#DBF2DD (or 0xDBF2DD) is known color: Off Green. HEX triplet: DB, F2 and DD. RGB value is (219,242,221). Sum of RGB (Red+Green+Blue) = 219+242+221=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2DD is #240D22. Grayscale: #E8E8E8. Windows color (decimal): -2362659 or 14545627. OLE color: 14545627.
HSL color Cylindrical-coordinate representation of color #DBF2DD: hue angle of 125.22º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF2DD is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 242 | 221 | - |
CMYK | 0.10 | 0 | 0.09 | 0.05 |
HSL | 125.22º | 0.47% | 0.9% | - |
HSV(B) | 125.22º | 0.1% | 0.95% | - |
XYZ | 74.02 | 83.78 | 80.68 | - |
YUV | 232.73 | 121.38 | 118.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 242 | 221 | 0.10 | 0 | 0.09 | 0.05 | 125.22 | 0.47 | 0.9 |
Hex | DB | F2 | DD | A | 0 | 9 | 5 | 7D | 2F | 5A |
Octal | 333 | 362 | 335 | 12 | 0 | 11 | 5 | 175 | 57 | 132 |
Binary | 11011011 | 11110010 | 11011101 | 1010 | 0 | 1001 | 101 | 1111101 | 101111 | 1011010 |
Color Harmonies of #DBF2DD
Complementary color
Monochromatic Colors of #DBF2DD
Black with #DBF2DD
Text Example
Text Example
White with #DBF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2DD; }
p { color: rgb(219,242,221); }
H1.HeaderClassName
{
color: #DBF2DD;
}
.AnyTagClassName
{
color: #DBF2DD;
}
</style>
background-color css
<style>
a { background-color: #DBF2DD; }
a { background-color: rgb(219,242,221); }
div.DivClassName
{
background-color: #DBF2DD;
}
.BgClassName
{
background-color: #DBF2DD;
}
</style>
border-color css
<style>
span { border-color: #DBF2DD; }
span { border-color: rgb(219,242,221); }
td.TdClassName
{
border-color: #DBF2DD;
}
.TagClassName
{
border-color: #DBF2DD;
}
</style>