Shades of Gainsboro #E2DBDB
Tints of Gainsboro #E2DBDB
RGB
CMYK
RGB Variations
Color information
#E2DBDB (or 0xE2DBDB) is known color: Gainsboro. HEX triplet: E2, DB and DB. RGB value is (226,219,219). Sum of RGB (Red+Green+Blue) = 226+219+219=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBDB is #1D2424. Grayscale: #DDDDDD. Windows color (decimal): -1909797 or 14408674. OLE color: 14408674.
HSL color Cylindrical-coordinate representation of color #E2DBDB: hue angle of 0º degrees, saturation: 0.11, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2DBDB is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 219 | 219 | - |
CMYK | 0 | 0.03 | 0.03 | 0.11 |
HSL | 0º | 0.11% | 0.87% | - |
HSV(B) | 0º | 0.03% | 0.89% | - |
XYZ | 69.48 | 71.95 | 77.24 | - |
YUV | 221.09 | 126.82 | 131.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 219 | 219 | 0 | 0.03 | 0.03 | 0.11 | 0 | 0.11 | 0.87 |
Hex | E2 | DB | DB | 0 | 3 | 3 | B | 0 | B | 57 |
Octal | 342 | 333 | 333 | 0 | 3 | 3 | 13 | 0 | 13 | 127 |
Binary | 11100010 | 11011011 | 11011011 | 0 | 11 | 11 | 1011 | 0 | 1011 | 1010111 |
Color Harmonies of #E2DBDB
Complementary color
Monochromatic Colors of #E2DBDB
Black with #E2DBDB
Text Example
Text Example
White with #E2DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DBDB; }
p { color: rgb(226,219,219); }
H1.HeaderClassName
{
color: #E2DBDB;
}
.AnyTagClassName
{
color: #E2DBDB;
}
</style>
background-color css
<style>
a { background-color: #E2DBDB; }
a { background-color: rgb(226,219,219); }
div.DivClassName
{
background-color: #E2DBDB;
}
.BgClassName
{
background-color: #E2DBDB;
}
</style>
border-color css
<style>
span { border-color: #E2DBDB; }
span { border-color: rgb(226,219,219); }
td.TdClassName
{
border-color: #E2DBDB;
}
.TagClassName
{
border-color: #E2DBDB;
}
</style>