Shades of Gainsboro #E1DBDB
Tints of Gainsboro #E1DBDB
RGB
CMYK
RGB Variations
Color information
#E1DBDB (or 0xE1DBDB) is known color: Gainsboro. HEX triplet: E1, DB and DB. RGB value is (225,219,219). Sum of RGB (Red+Green+Blue) = 225+219+219=663 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.94% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DBDB is #1E2424. Grayscale: #DCDCDC. Windows color (decimal): -1975333 or 14408673. OLE color: 14408673.
HSL color Cylindrical-coordinate representation of color #E1DBDB: hue angle of 0º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1DBDB is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 219 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.12 |
| HSL | 0º | 0.09% | 0.87% | - |
| HSV(B) | 0º | 0.03% | 0.88% | - |
| XYZ | 69.17 | 71.79 | 77.23 | - |
| YUV | 220.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 219 | 0 | 0.03 | 0.03 | 0.12 | 0 | 0.09 | 0.87 |
| Hex | E1 | DB | DB | 0 | 3 | 3 | C | 0 | 9 | 57 |
| Octal | 341 | 333 | 333 | 0 | 3 | 3 | 14 | 0 | 11 | 127 |
| Binary | 11100001 | 11011011 | 11011011 | 0 | 11 | 11 | 1100 | 0 | 1001 | 1010111 |
Color Harmonies of #E1DBDB
Complementary color
Monochromatic Colors of #E1DBDB
Black with #E1DBDB
Text Example
Text Example
White with #E1DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DBDB; }
p { color: rgb(225,219,219); }
H1.HeaderClassName
{
color: #E1DBDB;
}
.AnyTagClassName
{
color: #E1DBDB;
}
</style>
background-color css
<style>
a { background-color: #E1DBDB; }
a { background-color: rgb(225,219,219); }
div.DivClassName
{
background-color: #E1DBDB;
}
.BgClassName
{
background-color: #E1DBDB;
}
</style>
border-color css
<style>
span { border-color: #E1DBDB; }
span { border-color: rgb(225,219,219); }
td.TdClassName
{
border-color: #E1DBDB;
}
.TagClassName
{
border-color: #E1DBDB;
}
</style>