Shades of Green White #DBDBD0
Tints of Green White #DBDBD0
RGB
CMYK
RGB Variations
Color information
#DBDBD0 (or 0xDBDBD0) is known color: Green White. HEX triplet: DB, DB and D0. RGB value is (219,219,208). Sum of RGB (Red+Green+Blue) = 219+219+208=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBD0 is #24242F. Grayscale: #D9D9D9. Windows color (decimal): -2368560 or 13687771. OLE color: 13687771.
HSL color Cylindrical-coordinate representation of color #DBDBD0: hue angle of 60º degrees, saturation: 0.13, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBDBD0 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 208 | - |
CMYK | 0 | 0 | 0.05 | 0.14 |
HSL | 60º | 0.13% | 0.84% | - |
HSV(B) | 60º | 0.05% | 0.86% | - |
XYZ | 65.93 | 70.28 | 69.76 | - |
YUV | 217.75 | 122.5 | 128.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 208 | 0 | 0 | 0.05 | 0.14 | 60 | 0.13 | 0.84 |
Hex | DB | DB | D0 | 0 | 0 | 5 | E | 3C | D | 54 |
Octal | 333 | 333 | 320 | 0 | 0 | 5 | 16 | 74 | 15 | 124 |
Binary | 11011011 | 11011011 | 11010000 | 0 | 0 | 101 | 1110 | 111100 | 1101 | 1010100 |
Color Harmonies of #DBDBD0
Complementary color
Monochromatic Colors of #DBDBD0
Black with #DBDBD0
Text Example
Text Example
White with #DBDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBD0; }
p { color: rgb(219,219,208); }
H1.HeaderClassName
{
color: #DBDBD0;
}
.AnyTagClassName
{
color: #DBDBD0;
}
</style>
background-color css
<style>
a { background-color: #DBDBD0; }
a { background-color: rgb(219,219,208); }
div.DivClassName
{
background-color: #DBDBD0;
}
.BgClassName
{
background-color: #DBDBD0;
}
</style>
border-color css
<style>
span { border-color: #DBDBD0; }
span { border-color: rgb(219,219,208); }
td.TdClassName
{
border-color: #DBDBD0;
}
.TagClassName
{
border-color: #DBDBD0;
}
</style>