Shades of Green White #DBD9C9
Tints of Green White #DBD9C9
RGB
CMYK
RGB Variations
Color information
#DBD9C9 (or 0xDBD9C9) is known color: Green White. HEX triplet: DB, D9 and C9. RGB value is (219,217,201). Sum of RGB (Red+Green+Blue) = 219+217+201=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9C9 is #242636. Grayscale: #D7D7D7. Windows color (decimal): -2369079 or 13228507. OLE color: 13228507.
HSL color Cylindrical-coordinate representation of color #DBD9C9: hue angle of 53.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBD9C9 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 217 | 201 | - |
CMYK | 0 | 0.01 | 0.08 | 0.14 |
HSL | 53.33º | 0.2% | 0.82% | - |
HSV(B) | 53.33º | 0.08% | 0.86% | - |
XYZ | 64.57 | 68.9 | 65.15 | - |
YUV | 215.77 | 119.66 | 130.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 217 | 201 | 0 | 0.01 | 0.08 | 0.14 | 53.33 | 0.2 | 0.82 |
Hex | DB | D9 | C9 | 0 | 1 | 8 | E | 35 | 14 | 52 |
Octal | 333 | 331 | 311 | 0 | 1 | 10 | 16 | 65 | 24 | 122 |
Binary | 11011011 | 11011001 | 11001001 | 0 | 1 | 1000 | 1110 | 110101 | 10100 | 1010010 |
Color Harmonies of #DBD9C9
Complementary color
Monochromatic Colors of #DBD9C9
Black with #DBD9C9
Text Example
Text Example
White with #DBD9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD9C9; }
p { color: rgb(219,217,201); }
H1.HeaderClassName
{
color: #DBD9C9;
}
.AnyTagClassName
{
color: #DBD9C9;
}
</style>
background-color css
<style>
a { background-color: #DBD9C9; }
a { background-color: rgb(219,217,201); }
div.DivClassName
{
background-color: #DBD9C9;
}
.BgClassName
{
background-color: #DBD9C9;
}
</style>
border-color css
<style>
span { border-color: #DBD9C9; }
span { border-color: rgb(219,217,201); }
td.TdClassName
{
border-color: #DBD9C9;
}
.TagClassName
{
border-color: #DBD9C9;
}
</style>