Shades of Green White #DBDCD0
Tints of Green White #DBDCD0
RGB
CMYK
RGB Variations
Color information
#DBDCD0 (or 0xDBDCD0) is known color: Green White. HEX triplet: DB, DC and D0. RGB value is (219,220,208). Sum of RGB (Red+Green+Blue) = 219+220+208=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCD0 is #24232F. Grayscale: #DADADA. Windows color (decimal): -2368304 or 13688027. OLE color: 13688027.
HSL color Cylindrical-coordinate representation of color #DBDCD0: hue angle of 65º degrees, saturation: 0.15, 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 #DBDCD0 is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 220 | 208 | - |
CMYK | 0.00 | 0 | 0.05 | 0.14 |
HSL | 65º | 0.15% | 0.84% | - |
HSV(B) | 65º | 0.05% | 0.86% | - |
XYZ | 66.19 | 70.8 | 69.85 | - |
YUV | 218.33 | 122.17 | 128.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 208 | 0.00 | 0 | 0.05 | 0.14 | 65 | 0.15 | 0.84 |
Hex | DB | DC | D0 | 0 | 0 | 5 | E | 41 | F | 54 |
Octal | 333 | 334 | 320 | 0 | 0 | 5 | 16 | 101 | 17 | 124 |
Binary | 11011011 | 11011100 | 11010000 | 0 | 0 | 101 | 1110 | 1000001 | 1111 | 1010100 |
Color Harmonies of #DBDCD0
Complementary color
Monochromatic Colors of #DBDCD0
Black with #DBDCD0
Text Example
Text Example
White with #DBDCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCD0; }
p { color: rgb(219,220,208); }
H1.HeaderClassName
{
color: #DBDCD0;
}
.AnyTagClassName
{
color: #DBDCD0;
}
</style>
background-color css
<style>
a { background-color: #DBDCD0; }
a { background-color: rgb(219,220,208); }
div.DivClassName
{
background-color: #DBDCD0;
}
.BgClassName
{
background-color: #DBDCD0;
}
</style>
border-color css
<style>
span { border-color: #DBDCD0; }
span { border-color: rgb(219,220,208); }
td.TdClassName
{
border-color: #DBDCD0;
}
.TagClassName
{
border-color: #DBDCD0;
}
</style>