Shades of Green White #DBDCCC
Tints of Green White #DBDCCC
RGB
CMYK
RGB Variations
Color information
#DBDCCC (or 0xDBDCCC) is known color: Green White. HEX triplet: DB, DC and CC. RGB value is (219,220,204). Sum of RGB (Red+Green+Blue) = 219+220+204=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCCC is #242333. Grayscale: #D9D9D9. Windows color (decimal): -2368308 or 13425883. OLE color: 13425883.
HSL color Cylindrical-coordinate representation of color #DBDCCC: hue angle of 63.75º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBDCCC is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 220 | 204 | - |
CMYK | 0.00 | 0 | 0.07 | 0.14 |
HSL | 63.75º | 0.19% | 0.83% | - |
HSV(B) | 63.75º | 0.07% | 0.86% | - |
XYZ | 65.71 | 70.61 | 67.29 | - |
YUV | 217.88 | 120.17 | 128.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 204 | 0.00 | 0 | 0.07 | 0.14 | 63.75 | 0.19 | 0.83 |
Hex | DB | DC | CC | 0 | 0 | 7 | E | 40 | 13 | 53 |
Octal | 333 | 334 | 314 | 0 | 0 | 7 | 16 | 100 | 23 | 123 |
Binary | 11011011 | 11011100 | 11001100 | 0 | 0 | 111 | 1110 | 1000000 | 10011 | 1010011 |
Color Harmonies of #DBDCCC
Complementary color
Monochromatic Colors of #DBDCCC
Black with #DBDCCC
Text Example
Text Example
White with #DBDCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCCC; }
p { color: rgb(219,220,204); }
H1.HeaderClassName
{
color: #DBDCCC;
}
.AnyTagClassName
{
color: #DBDCCC;
}
</style>
background-color css
<style>
a { background-color: #DBDCCC; }
a { background-color: rgb(219,220,204); }
div.DivClassName
{
background-color: #DBDCCC;
}
.BgClassName
{
background-color: #DBDCCC;
}
</style>
border-color css
<style>
span { border-color: #DBDCCC; }
span { border-color: rgb(219,220,204); }
td.TdClassName
{
border-color: #DBDCCC;
}
.TagClassName
{
border-color: #DBDCCC;
}
</style>