Shades of Green White #DBDAD1
Tints of Green White #DBDAD1
RGB
CMYK
RGB Variations
Color information
#DBDAD1 (or 0xDBDAD1) is known color: Green White. HEX triplet: DB, DA and D1. RGB value is (219,218,209). Sum of RGB (Red+Green+Blue) = 219+218+209=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAD1 is #24252E. Grayscale: #D9D9D9. Windows color (decimal): -2368815 or 13753051. OLE color: 13753051.
HSL color Cylindrical-coordinate representation of color #DBDAD1: hue angle of 54º degrees, saturation: 0.12, 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 #DBDAD1 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 218 | 209 | - |
CMYK | 0 | 0.00 | 0.05 | 0.14 |
HSL | 54º | 0.12% | 0.84% | - |
HSV(B) | 54º | 0.05% | 0.86% | - |
XYZ | 65.79 | 69.81 | 70.33 | - |
YUV | 217.27 | 123.33 | 129.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 209 | 0 | 0.00 | 0.05 | 0.14 | 54 | 0.12 | 0.84 |
Hex | DB | DA | D1 | 0 | 0 | 5 | E | 36 | C | 54 |
Octal | 333 | 332 | 321 | 0 | 0 | 5 | 16 | 66 | 14 | 124 |
Binary | 11011011 | 11011010 | 11010001 | 0 | 0 | 101 | 1110 | 110110 | 1100 | 1010100 |
Color Harmonies of #DBDAD1
Complementary color
Monochromatic Colors of #DBDAD1
Black with #DBDAD1
Text Example
Text Example
White with #DBDAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAD1; }
p { color: rgb(219,218,209); }
H1.HeaderClassName
{
color: #DBDAD1;
}
.AnyTagClassName
{
color: #DBDAD1;
}
</style>
background-color css
<style>
a { background-color: #DBDAD1; }
a { background-color: rgb(219,218,209); }
div.DivClassName
{
background-color: #DBDAD1;
}
.BgClassName
{
background-color: #DBDAD1;
}
</style>
border-color css
<style>
span { border-color: #DBDAD1; }
span { border-color: rgb(219,218,209); }
td.TdClassName
{
border-color: #DBDAD1;
}
.TagClassName
{
border-color: #DBDAD1;
}
</style>