Shades of Green White #DBDACC
Tints of Green White #DBDACC
RGB
CMYK
RGB Variations
Color information
#DBDACC (or 0xDBDACC) is known color: Green White. HEX triplet: DB, DA and CC. RGB value is (219,218,204). Sum of RGB (Red+Green+Blue) = 219+218+204=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDACC is #242533. Grayscale: #D8D8D8. Windows color (decimal): -2368820 or 13425371. OLE color: 13425371.
HSL color Cylindrical-coordinate representation of color #DBDACC: hue angle of 56º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBDACC is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 218 | 204 | - |
CMYK | 0 | 0.00 | 0.07 | 0.14 |
HSL | 56º | 0.17% | 0.83% | - |
HSV(B) | 56º | 0.07% | 0.86% | - |
XYZ | 65.18 | 69.56 | 67.12 | - |
YUV | 216.7 | 120.83 | 129.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 204 | 0 | 0.00 | 0.07 | 0.14 | 56 | 0.17 | 0.83 |
Hex | DB | DA | CC | 0 | 0 | 7 | E | 38 | 11 | 53 |
Octal | 333 | 332 | 314 | 0 | 0 | 7 | 16 | 70 | 21 | 123 |
Binary | 11011011 | 11011010 | 11001100 | 0 | 0 | 111 | 1110 | 111000 | 10001 | 1010011 |
Color Harmonies of #DBDACC
Complementary color
Monochromatic Colors of #DBDACC
Black with #DBDACC
Text Example
Text Example
White with #DBDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDACC; }
p { color: rgb(219,218,204); }
H1.HeaderClassName
{
color: #DBDACC;
}
.AnyTagClassName
{
color: #DBDACC;
}
</style>
background-color css
<style>
a { background-color: #DBDACC; }
a { background-color: rgb(219,218,204); }
div.DivClassName
{
background-color: #DBDACC;
}
.BgClassName
{
background-color: #DBDACC;
}
</style>
border-color css
<style>
span { border-color: #DBDACC; }
span { border-color: rgb(219,218,204); }
td.TdClassName
{
border-color: #DBDACC;
}
.TagClassName
{
border-color: #DBDACC;
}
</style>