Shades of Gainsboro #E0DBDB
Tints of Gainsboro #E0DBDB
RGB
CMYK
RGB Variations
Color information
#E0DBDB (or 0xE0DBDB) is known color: Gainsboro. HEX triplet: E0, DB and DB. RGB value is (224,219,219). Sum of RGB (Red+Green+Blue) = 224+219+219=662 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.84% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DBDB is #1F2424. Grayscale: #DCDCDC. Windows color (decimal): -2040869 or 14408672. OLE color: 14408672.
HSL color Cylindrical-coordinate representation of color #E0DBDB: hue angle of 0º degrees, saturation: 0.07, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E0DBDB is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
RGB | 224 | 219 | 219 | - |
CMYK | 0 | 0.02 | 0.02 | 0.12 |
HSL | 0º | 0.07% | 0.87% | - |
HSV(B) | 0º | 0.02% | 0.88% | - |
XYZ | 68.86 | 71.62 | 77.21 | - |
YUV | 220.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 224 | 219 | 219 | 0 | 0.02 | 0.02 | 0.12 | 0 | 0.07 | 0.87 |
Hex | E0 | DB | DB | 0 | 2 | 2 | C | 0 | 7 | 57 |
Octal | 340 | 333 | 333 | 0 | 2 | 2 | 14 | 0 | 7 | 127 |
Binary | 11100000 | 11011011 | 11011011 | 0 | 10 | 10 | 1100 | 0 | 111 | 1010111 |
Color Harmonies of #E0DBDB
Complementary color
Monochromatic Colors of #E0DBDB
Black with #E0DBDB
Text Example
Text Example
White with #E0DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DBDB; }
p { color: rgb(224,219,219); }
H1.HeaderClassName
{
color: #E0DBDB;
}
.AnyTagClassName
{
color: #E0DBDB;
}
</style>
background-color css
<style>
a { background-color: #E0DBDB; }
a { background-color: rgb(224,219,219); }
div.DivClassName
{
background-color: #E0DBDB;
}
.BgClassName
{
background-color: #E0DBDB;
}
</style>
border-color css
<style>
span { border-color: #E0DBDB; }
span { border-color: rgb(224,219,219); }
td.TdClassName
{
border-color: #E0DBDB;
}
.TagClassName
{
border-color: #E0DBDB;
}
</style>