Shades of Off Green #DBEDDF
Tints of Off Green #DBEDDF
RGB
CMYK
RGB Variations
Color information
#DBEDDF (or 0xDBEDDF) is known color: Off Green. HEX triplet: DB, ED and DF. RGB value is (219,237,223). Sum of RGB (Red+Green+Blue) = 219+237+223=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDDF is #241220. Grayscale: #E6E6E6. Windows color (decimal): -2363937 or 14675419. OLE color: 14675419.
HSL color Cylindrical-coordinate representation of color #DBEDDF: hue angle of 133.33º 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 #DBEDDF is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 223 | - |
CMYK | 0.08 | 0 | 0.06 | 0.07 |
HSL | 133.33º | 0.33% | 0.89% | - |
HSV(B) | 133.33º | 0.08% | 0.93% | - |
XYZ | 72.82 | 80.96 | 81.6 | - |
YUV | 230.02 | 124.04 | 120.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 223 | 0.08 | 0 | 0.06 | 0.07 | 133.33 | 0.33 | 0.89 |
Hex | DB | ED | DF | 8 | 0 | 6 | 7 | 85 | 21 | 59 |
Octal | 333 | 355 | 337 | 10 | 0 | 6 | 7 | 205 | 41 | 131 |
Binary | 11011011 | 11101101 | 11011111 | 1000 | 0 | 110 | 111 | 10000101 | 100001 | 1011001 |
Color Harmonies of #DBEDDF
Complementary color
Monochromatic Colors of #DBEDDF
Black with #DBEDDF
Text Example
Text Example
White with #DBEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDDF; }
p { color: rgb(219,237,223); }
H1.HeaderClassName
{
color: #DBEDDF;
}
.AnyTagClassName
{
color: #DBEDDF;
}
</style>
background-color css
<style>
a { background-color: #DBEDDF; }
a { background-color: rgb(219,237,223); }
div.DivClassName
{
background-color: #DBEDDF;
}
.BgClassName
{
background-color: #DBEDDF;
}
</style>
border-color css
<style>
span { border-color: #DBEDDF; }
span { border-color: rgb(219,237,223); }
td.TdClassName
{
border-color: #DBEDDF;
}
.TagClassName
{
border-color: #DBEDDF;
}
</style>