Shades of Green White #DBDBD6
Tints of Green White #DBDBD6
RGB
CMYK
RGB Variations
Color information
#DBDBD6 (or 0xDBDBD6) is known color: Green White. HEX triplet: DB, DB and D6. RGB value is (219,219,214). Sum of RGB (Red+Green+Blue) = 219+219+214=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBD6 is #242429. Grayscale: #DADADA. Windows color (decimal): -2368554 or 14080987. OLE color: 14080987.
HSL color Cylindrical-coordinate representation of color #DBDBD6: hue angle of 60º degrees, saturation: 0.06, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBDBD6 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 214 | - |
CMYK | 0 | 0 | 0.02 | 0.14 |
HSL | 60º | 0.06% | 0.85% | - |
HSV(B) | 60º | 0.02% | 0.86% | - |
XYZ | 66.68 | 70.58 | 73.73 | - |
YUV | 218.43 | 125.5 | 128.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 214 | 0 | 0 | 0.02 | 0.14 | 60 | 0.06 | 0.85 |
Hex | DB | DB | D6 | 0 | 0 | 2 | E | 3C | 6 | 55 |
Octal | 333 | 333 | 326 | 0 | 0 | 2 | 16 | 74 | 6 | 125 |
Binary | 11011011 | 11011011 | 11010110 | 0 | 0 | 10 | 1110 | 111100 | 110 | 1010101 |
Color Harmonies of #DBDBD6
Complementary color
Monochromatic Colors of #DBDBD6
Black with #DBDBD6
Text Example
Text Example
White with #DBDBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBD6; }
p { color: rgb(219,219,214); }
H1.HeaderClassName
{
color: #DBDBD6;
}
.AnyTagClassName
{
color: #DBDBD6;
}
</style>
background-color css
<style>
a { background-color: #DBDBD6; }
a { background-color: rgb(219,219,214); }
div.DivClassName
{
background-color: #DBDBD6;
}
.BgClassName
{
background-color: #DBDBD6;
}
</style>
border-color css
<style>
span { border-color: #DBDBD6; }
span { border-color: rgb(219,219,214); }
td.TdClassName
{
border-color: #DBDBD6;
}
.TagClassName
{
border-color: #DBDBD6;
}
</style>