Shades of Green White #DBDCD3
Tints of Green White #DBDCD3
RGB
CMYK
RGB Variations
Color information
#DBDCD3 (or 0xDBDCD3) is known color: Green White. HEX triplet: DB, DC and D3. RGB value is (219,220,211). Sum of RGB (Red+Green+Blue) = 219+220+211=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCD3 is #24232C. Grayscale: #DADADA. Windows color (decimal): -2368301 or 13884635. OLE color: 13884635.
HSL color Cylindrical-coordinate representation of color #DBDCD3: hue angle of 66.67º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBDCD3 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 220 | 211 | - |
CMYK | 0.00 | 0 | 0.04 | 0.14 |
HSL | 66.67º | 0.11% | 0.85% | - |
HSV(B) | 66.67º | 0.04% | 0.86% | - |
XYZ | 66.56 | 70.95 | 71.81 | - |
YUV | 218.68 | 123.67 | 128.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 211 | 0.00 | 0 | 0.04 | 0.14 | 66.67 | 0.11 | 0.85 |
Hex | DB | DC | D3 | 0 | 0 | 4 | E | 43 | B | 55 |
Octal | 333 | 334 | 323 | 0 | 0 | 4 | 16 | 103 | 13 | 125 |
Binary | 11011011 | 11011100 | 11010011 | 0 | 0 | 100 | 1110 | 1000011 | 1011 | 1010101 |
Color Harmonies of #DBDCD3
Complementary color
Monochromatic Colors of #DBDCD3
Black with #DBDCD3
Text Example
Text Example
White with #DBDCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCD3; }
p { color: rgb(219,220,211); }
H1.HeaderClassName
{
color: #DBDCD3;
}
.AnyTagClassName
{
color: #DBDCD3;
}
</style>
background-color css
<style>
a { background-color: #DBDCD3; }
a { background-color: rgb(219,220,211); }
div.DivClassName
{
background-color: #DBDCD3;
}
.BgClassName
{
background-color: #DBDCD3;
}
</style>
border-color css
<style>
span { border-color: #DBDCD3; }
span { border-color: rgb(219,220,211); }
td.TdClassName
{
border-color: #DBDCD3;
}
.TagClassName
{
border-color: #DBDCD3;
}
</style>