Shades of Off Green #DBEDDD
Tints of Off Green #DBEDDD
RGB
CMYK
RGB Variations
Color information
#DBEDDD (or 0xDBEDDD) is known color: Off Green. HEX triplet: DB, ED and DD. RGB value is (219,237,221). Sum of RGB (Red+Green+Blue) = 219+237+221=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDDD is #241222. Grayscale: #E5E5E5. Windows color (decimal): -2363939 or 14544347. OLE color: 14544347.
HSL color Cylindrical-coordinate representation of color #DBEDDD: hue angle of 126.67º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEDDD is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 221 | - |
CMYK | 0.08 | 0 | 0.07 | 0.07 |
HSL | 126.67º | 0.33% | 0.89% | - |
HSV(B) | 126.67º | 0.08% | 0.93% | - |
XYZ | 72.55 | 80.85 | 80.19 | - |
YUV | 229.79 | 123.04 | 120.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 221 | 0.08 | 0 | 0.07 | 0.07 | 126.67 | 0.33 | 0.89 |
Hex | DB | ED | DD | 8 | 0 | 7 | 7 | 7F | 21 | 59 |
Octal | 333 | 355 | 335 | 10 | 0 | 7 | 7 | 177 | 41 | 131 |
Binary | 11011011 | 11101101 | 11011101 | 1000 | 0 | 111 | 111 | 1111111 | 100001 | 1011001 |
Color Harmonies of #DBEDDD
Complementary color
Monochromatic Colors of #DBEDDD
Black with #DBEDDD
Text Example
Text Example
White with #DBEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDDD; }
p { color: rgb(219,237,221); }
H1.HeaderClassName
{
color: #DBEDDD;
}
.AnyTagClassName
{
color: #DBEDDD;
}
</style>
background-color css
<style>
a { background-color: #DBEDDD; }
a { background-color: rgb(219,237,221); }
div.DivClassName
{
background-color: #DBEDDD;
}
.BgClassName
{
background-color: #DBEDDD;
}
</style>
border-color css
<style>
span { border-color: #DBEDDD; }
span { border-color: rgb(219,237,221); }
td.TdClassName
{
border-color: #DBEDDD;
}
.TagClassName
{
border-color: #DBEDDD;
}
</style>