Shades of Green White #DBDBD5
Tints of Green White #DBDBD5
RGB
CMYK
RGB Variations
Color information
#DBDBD5 (or 0xDBDBD5) is known color: Green White. HEX triplet: DB, DB and D5. RGB value is (219,219,213). Sum of RGB (Red+Green+Blue) = 219+219+213=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBD5 is #24242A. Grayscale: #DADADA. Windows color (decimal): -2368555 or 14015451. OLE color: 14015451.
HSL color Cylindrical-coordinate representation of color #DBDBD5: hue angle of 60º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBDBD5 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 213 | - |
CMYK | 0 | 0 | 0.03 | 0.14 |
HSL | 60º | 0.08% | 0.85% | - |
HSV(B) | 60º | 0.03% | 0.86% | - |
XYZ | 66.56 | 70.53 | 73.06 | - |
YUV | 218.32 | 125 | 128.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 213 | 0 | 0 | 0.03 | 0.14 | 60 | 0.08 | 0.85 |
Hex | DB | DB | D5 | 0 | 0 | 3 | E | 3C | 8 | 55 |
Octal | 333 | 333 | 325 | 0 | 0 | 3 | 16 | 74 | 10 | 125 |
Binary | 11011011 | 11011011 | 11010101 | 0 | 0 | 11 | 1110 | 111100 | 1000 | 1010101 |
Color Harmonies of #DBDBD5
Complementary color
Monochromatic Colors of #DBDBD5
Black with #DBDBD5
Text Example
Text Example
White with #DBDBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBD5; }
p { color: rgb(219,219,213); }
H1.HeaderClassName
{
color: #DBDBD5;
}
.AnyTagClassName
{
color: #DBDBD5;
}
</style>
background-color css
<style>
a { background-color: #DBDBD5; }
a { background-color: rgb(219,219,213); }
div.DivClassName
{
background-color: #DBDBD5;
}
.BgClassName
{
background-color: #DBDBD5;
}
</style>
border-color css
<style>
span { border-color: #DBDBD5; }
span { border-color: rgb(219,219,213); }
td.TdClassName
{
border-color: #DBDBD5;
}
.TagClassName
{
border-color: #DBDBD5;
}
</style>