Shades of Green White #DBDBD2
Tints of Green White #DBDBD2
RGB
CMYK
RGB Variations
Color information
#DBDBD2 (or 0xDBDBD2) is known color: Green White. HEX triplet: DB, DB and D2. RGB value is (219,219,210). Sum of RGB (Red+Green+Blue) = 219+219+210=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBD2 is #24242D. Grayscale: #DADADA. Windows color (decimal): -2368558 or 13818843. OLE color: 13818843.
HSL color Cylindrical-coordinate representation of color #DBDBD2: hue angle of 60º degrees, saturation: 0.11, 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 #DBDBD2 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 210 | - |
CMYK | 0 | 0 | 0.04 | 0.14 |
HSL | 60º | 0.11% | 0.84% | - |
HSV(B) | 60º | 0.04% | 0.86% | - |
XYZ | 66.18 | 70.38 | 71.07 | - |
YUV | 217.97 | 123.5 | 128.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 210 | 0 | 0 | 0.04 | 0.14 | 60 | 0.11 | 0.84 |
Hex | DB | DB | D2 | 0 | 0 | 4 | E | 3C | B | 54 |
Octal | 333 | 333 | 322 | 0 | 0 | 4 | 16 | 74 | 13 | 124 |
Binary | 11011011 | 11011011 | 11010010 | 0 | 0 | 100 | 1110 | 111100 | 1011 | 1010100 |
Color Harmonies of #DBDBD2
Complementary color
Monochromatic Colors of #DBDBD2
Black with #DBDBD2
Text Example
Text Example
White with #DBDBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBD2; }
p { color: rgb(219,219,210); }
H1.HeaderClassName
{
color: #DBDBD2;
}
.AnyTagClassName
{
color: #DBDBD2;
}
</style>
background-color css
<style>
a { background-color: #DBDBD2; }
a { background-color: rgb(219,219,210); }
div.DivClassName
{
background-color: #DBDBD2;
}
.BgClassName
{
background-color: #DBDBD2;
}
</style>
border-color css
<style>
span { border-color: #DBDBD2; }
span { border-color: rgb(219,219,210); }
td.TdClassName
{
border-color: #DBDBD2;
}
.TagClassName
{
border-color: #DBDBD2;
}
</style>