Shades of Green White #DBDACF
Tints of Green White #DBDACF
RGB
CMYK
RGB Variations
Color information
#DBDACF (or 0xDBDACF) is known color: Green White. HEX triplet: DB, DA and CF. RGB value is (219,218,207). Sum of RGB (Red+Green+Blue) = 219+218+207=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDACF is #242530. Grayscale: #D9D9D9. Windows color (decimal): -2368817 or 13621979. OLE color: 13621979.
HSL color Cylindrical-coordinate representation of color #DBDACF: hue angle of 55º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBDACF is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 207 | - |
| CMYK | 0 | 0.00 | 0.05 | 0.14 |
| HSL | 55º | 0.14% | 0.84% | - |
| HSV(B) | 55º | 0.05% | 0.86% | - |
| XYZ | 65.55 | 69.71 | 69.03 | - |
| YUV | 217.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 207 | 0 | 0.00 | 0.05 | 0.14 | 55 | 0.14 | 0.84 |
| Hex | DB | DA | CF | 0 | 0 | 5 | E | 37 | E | 54 |
| Octal | 333 | 332 | 317 | 0 | 0 | 5 | 16 | 67 | 16 | 124 |
| Binary | 11011011 | 11011010 | 11001111 | 0 | 0 | 101 | 1110 | 110111 | 1110 | 1010100 |
Color Harmonies of #DBDACF
Complementary color
Monochromatic Colors of #DBDACF
Black with #DBDACF
Text Example
Text Example
White with #DBDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDACF; }
p { color: rgb(219,218,207); }
H1.HeaderClassName
{
color: #DBDACF;
}
.AnyTagClassName
{
color: #DBDACF;
}
</style>
background-color css
<style>
a { background-color: #DBDACF; }
a { background-color: rgb(219,218,207); }
div.DivClassName
{
background-color: #DBDACF;
}
.BgClassName
{
background-color: #DBDACF;
}
</style>
border-color css
<style>
span { border-color: #DBDACF; }
span { border-color: rgb(219,218,207); }
td.TdClassName
{
border-color: #DBDACF;
}
.TagClassName
{
border-color: #DBDACF;
}
</style>