Shades of Green White #DBDBCD
Tints of Green White #DBDBCD
RGB
CMYK
RGB Variations
Color information
#DBDBCD (or 0xDBDBCD) is known color: Green White. HEX triplet: DB, DB and CD. RGB value is (219,219,205). Sum of RGB (Red+Green+Blue) = 219+219+205=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBCD is #242432. Grayscale: #D9D9D9. Windows color (decimal): -2368563 or 13491163. OLE color: 13491163.
HSL color Cylindrical-coordinate representation of color #DBDBCD: hue angle of 60º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBDBCD is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 205 | - |
CMYK | 0 | 0 | 0.06 | 0.14 |
HSL | 60º | 0.16% | 0.83% | - |
HSV(B) | 60º | 0.06% | 0.86% | - |
XYZ | 65.56 | 70.13 | 67.84 | - |
YUV | 217.4 | 121 | 129.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 205 | 0 | 0 | 0.06 | 0.14 | 60 | 0.16 | 0.83 |
Hex | DB | DB | CD | 0 | 0 | 6 | E | 3C | 10 | 53 |
Octal | 333 | 333 | 315 | 0 | 0 | 6 | 16 | 74 | 20 | 123 |
Binary | 11011011 | 11011011 | 11001101 | 0 | 0 | 110 | 1110 | 111100 | 10000 | 1010011 |
Color Harmonies of #DBDBCD
Complementary color
Monochromatic Colors of #DBDBCD
Black with #DBDBCD
Text Example
Text Example
White with #DBDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBCD; }
p { color: rgb(219,219,205); }
H1.HeaderClassName
{
color: #DBDBCD;
}
.AnyTagClassName
{
color: #DBDBCD;
}
</style>
background-color css
<style>
a { background-color: #DBDBCD; }
a { background-color: rgb(219,219,205); }
div.DivClassName
{
background-color: #DBDBCD;
}
.BgClassName
{
background-color: #DBDBCD;
}
</style>
border-color css
<style>
span { border-color: #DBDBCD; }
span { border-color: rgb(219,219,205); }
td.TdClassName
{
border-color: #DBDBCD;
}
.TagClassName
{
border-color: #DBDBCD;
}
</style>