Shades of Off Green #DBEEDF
Tints of Off Green #DBEEDF
RGB
CMYK
RGB Variations
Color information
#DBEEDF (or 0xDBEEDF) is known color: Off Green. HEX triplet: DB, EE and DF. RGB value is (219,238,223). Sum of RGB (Red+Green+Blue) = 219+238+223=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEDF is #241120. Grayscale: #E6E6E6. Windows color (decimal): -2363681 or 14675675. OLE color: 14675675.
HSL color Cylindrical-coordinate representation of color #DBEEDF: hue angle of 132.63º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEEDF is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 238 | 223 | - |
CMYK | 0.08 | 0 | 0.06 | 0.07 |
HSL | 132.63º | 0.36% | 0.9% | - |
HSV(B) | 132.63º | 0.08% | 0.93% | - |
XYZ | 73.11 | 81.54 | 81.7 | - |
YUV | 230.61 | 123.71 | 119.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 238 | 223 | 0.08 | 0 | 0.06 | 0.07 | 132.63 | 0.36 | 0.9 |
Hex | DB | EE | DF | 8 | 0 | 6 | 7 | 85 | 24 | 5A |
Octal | 333 | 356 | 337 | 10 | 0 | 6 | 7 | 205 | 44 | 132 |
Binary | 11011011 | 11101110 | 11011111 | 1000 | 0 | 110 | 111 | 10000101 | 100100 | 1011010 |
Color Harmonies of #DBEEDF
Complementary color
Monochromatic Colors of #DBEEDF
Black with #DBEEDF
Text Example
Text Example
White with #DBEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEDF; }
p { color: rgb(219,238,223); }
H1.HeaderClassName
{
color: #DBEEDF;
}
.AnyTagClassName
{
color: #DBEEDF;
}
</style>
background-color css
<style>
a { background-color: #DBEEDF; }
a { background-color: rgb(219,238,223); }
div.DivClassName
{
background-color: #DBEEDF;
}
.BgClassName
{
background-color: #DBEEDF;
}
</style>
border-color css
<style>
span { border-color: #DBEEDF; }
span { border-color: rgb(219,238,223); }
td.TdClassName
{
border-color: #DBEEDF;
}
.TagClassName
{
border-color: #DBEEDF;
}
</style>