Shades of Off Green #DBEFDE
Tints of Off Green #DBEFDE
RGB
CMYK
RGB Variations
Color information
#DBEFDE (or 0xDBEFDE) is known color: Off Green. HEX triplet: DB, EF and DE. RGB value is (219,239,222). Sum of RGB (Red+Green+Blue) = 219+239+222=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 239 (93.75% from 255 or 35.15% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFDE is #241021. Grayscale: #E7E7E7. Windows color (decimal): -2363426 or 14610395. OLE color: 14610395.
HSL color Cylindrical-coordinate representation of color #DBEFDE: hue angle of 129º 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 #DBEFDE is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 222 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.06 |
| HSL | 129º | 0.38% | 0.9% | - |
| HSV(B) | 129º | 0.08% | 0.94% | - |
| XYZ | 73.26 | 82.07 | 81.09 | - |
| YUV | 231.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 222 | 0.08 | 0 | 0.07 | 0.06 | 129 | 0.38 | 0.9 |
| Hex | DB | EF | DE | 8 | 0 | 7 | 6 | 81 | 26 | 5A |
| Octal | 333 | 357 | 336 | 10 | 0 | 7 | 6 | 201 | 46 | 132 |
| Binary | 11011011 | 11101111 | 11011110 | 1000 | 0 | 111 | 110 | 10000001 | 100110 | 1011010 |
Color Harmonies of #DBEFDE
Complementary color
Monochromatic Colors of #DBEFDE
Black with #DBEFDE
Text Example
Text Example
White with #DBEFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFDE; }
p { color: rgb(219,239,222); }
H1.HeaderClassName
{
color: #DBEFDE;
}
.AnyTagClassName
{
color: #DBEFDE;
}
</style>
background-color css
<style>
a { background-color: #DBEFDE; }
a { background-color: rgb(219,239,222); }
div.DivClassName
{
background-color: #DBEFDE;
}
.BgClassName
{
background-color: #DBEFDE;
}
</style>
border-color css
<style>
span { border-color: #DBEFDE; }
span { border-color: rgb(219,239,222); }
td.TdClassName
{
border-color: #DBEFDE;
}
.TagClassName
{
border-color: #DBEFDE;
}
</style>