Shades of Green White #DBDACD
Tints of Green White #DBDACD
RGB
CMYK
RGB Variations
Color information
#DBDACD (or 0xDBDACD) is known color: Green White. HEX triplet: DB, DA and CD. RGB value is (219,218,205). Sum of RGB (Red+Green+Blue) = 219+218+205=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDACD is #242532. Grayscale: #D8D8D8. Windows color (decimal): -2368819 or 13490907. OLE color: 13490907.
HSL color Cylindrical-coordinate representation of color #DBDACD: hue angle of 55.71º 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 #DBDACD is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 218 | 205 | - |
CMYK | 0 | 0.00 | 0.06 | 0.14 |
HSL | 55.71º | 0.16% | 0.83% | - |
HSV(B) | 55.71º | 0.06% | 0.86% | - |
XYZ | 65.3 | 69.61 | 67.75 | - |
YUV | 216.82 | 121.33 | 129.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 205 | 0 | 0.00 | 0.06 | 0.14 | 55.71 | 0.16 | 0.83 |
Hex | DB | DA | CD | 0 | 0 | 6 | E | 38 | 10 | 53 |
Octal | 333 | 332 | 315 | 0 | 0 | 6 | 16 | 70 | 20 | 123 |
Binary | 11011011 | 11011010 | 11001101 | 0 | 0 | 110 | 1110 | 111000 | 10000 | 1010011 |
Color Harmonies of #DBDACD
Complementary color
Monochromatic Colors of #DBDACD
Black with #DBDACD
Text Example
Text Example
White with #DBDACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDACD; }
p { color: rgb(219,218,205); }
H1.HeaderClassName
{
color: #DBDACD;
}
.AnyTagClassName
{
color: #DBDACD;
}
</style>
background-color css
<style>
a { background-color: #DBDACD; }
a { background-color: rgb(219,218,205); }
div.DivClassName
{
background-color: #DBDACD;
}
.BgClassName
{
background-color: #DBDACD;
}
</style>
border-color css
<style>
span { border-color: #DBDACD; }
span { border-color: rgb(219,218,205); }
td.TdClassName
{
border-color: #DBDACD;
}
.TagClassName
{
border-color: #DBDACD;
}
</style>