Shades of Off Green #DBECDE
Tints of Off Green #DBECDE
RGB
CMYK
RGB Variations
Color information
#DBECDE (or 0xDBECDE) is known color: Off Green. HEX triplet: DB, EC and DE. RGB value is (219,236,222). Sum of RGB (Red+Green+Blue) = 219+236+222=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECDE is #241321. Grayscale: #E5E5E5. Windows color (decimal): -2364194 or 14609627. OLE color: 14609627.
HSL color Cylindrical-coordinate representation of color #DBECDE: hue angle of 130.59º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBECDE is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 222 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.07 |
| HSL | 130.59º | 0.31% | 0.89% | - |
| HSV(B) | 130.59º | 0.07% | 0.93% | - |
| XYZ | 72.39 | 80.32 | 80.8 | - |
| YUV | 229.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 222 | 0.07 | 0 | 0.06 | 0.07 | 130.59 | 0.31 | 0.89 |
| Hex | DB | EC | DE | 7 | 0 | 6 | 7 | 83 | 1F | 59 |
| Octal | 333 | 354 | 336 | 7 | 0 | 6 | 7 | 203 | 37 | 131 |
| Binary | 11011011 | 11101100 | 11011110 | 111 | 0 | 110 | 111 | 10000011 | 11111 | 1011001 |
Color Harmonies of #DBECDE
Complementary color
Monochromatic Colors of #DBECDE
Black with #DBECDE
Text Example
Text Example
White with #DBECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECDE; }
p { color: rgb(219,236,222); }
H1.HeaderClassName
{
color: #DBECDE;
}
.AnyTagClassName
{
color: #DBECDE;
}
</style>
background-color css
<style>
a { background-color: #DBECDE; }
a { background-color: rgb(219,236,222); }
div.DivClassName
{
background-color: #DBECDE;
}
.BgClassName
{
background-color: #DBECDE;
}
</style>
border-color css
<style>
span { border-color: #DBECDE; }
span { border-color: rgb(219,236,222); }
td.TdClassName
{
border-color: #DBECDE;
}
.TagClassName
{
border-color: #DBECDE;
}
</style>