Shades of Green White #DBDBD3
Tints of Green White #DBDBD3
RGB
CMYK
RGB Variations
Color information
#DBDBD3 (or 0xDBDBD3) is known color: Green White. HEX triplet: DB, DB and D3. RGB value is (219,219,211). Sum of RGB (Red+Green+Blue) = 219+219+211=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBD3 is #24242C. Grayscale: #DADADA. Windows color (decimal): -2368557 or 13884379. OLE color: 13884379.
HSL color Cylindrical-coordinate representation of color #DBDBD3: hue angle of 60º degrees, saturation: 0.1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBDBD3 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 211 | - |
CMYK | 0 | 0 | 0.04 | 0.14 |
HSL | 60º | 0.1% | 0.84% | - |
HSV(B) | 60º | 0.04% | 0.86% | - |
XYZ | 66.3 | 70.43 | 71.73 | - |
YUV | 218.09 | 124 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 211 | 0 | 0 | 0.04 | 0.14 | 60 | 0.1 | 0.84 |
Hex | DB | DB | D3 | 0 | 0 | 4 | E | 3C | A | 54 |
Octal | 333 | 333 | 323 | 0 | 0 | 4 | 16 | 74 | 12 | 124 |
Binary | 11011011 | 11011011 | 11010011 | 0 | 0 | 100 | 1110 | 111100 | 1010 | 1010100 |
Color Harmonies of #DBDBD3
Complementary color
Monochromatic Colors of #DBDBD3
Black with #DBDBD3
Text Example
Text Example
White with #DBDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBD3; }
p { color: rgb(219,219,211); }
H1.HeaderClassName
{
color: #DBDBD3;
}
.AnyTagClassName
{
color: #DBDBD3;
}
</style>
background-color css
<style>
a { background-color: #DBDBD3; }
a { background-color: rgb(219,219,211); }
div.DivClassName
{
background-color: #DBDBD3;
}
.BgClassName
{
background-color: #DBDBD3;
}
</style>
border-color css
<style>
span { border-color: #DBDBD3; }
span { border-color: rgb(219,219,211); }
td.TdClassName
{
border-color: #DBDBD3;
}
.TagClassName
{
border-color: #DBDBD3;
}
</style>