Shades of Gainsboro #E3D9D8
Tints of Gainsboro #E3D9D8
RGB
CMYK
RGB Variations
Color information
#E3D9D8 (or 0xE3D9D8) is known color: Gainsboro. HEX triplet: E3, D9 and D8. RGB value is (227,217,216). Sum of RGB (Red+Green+Blue) = 227+217+216=660 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.39% from 660); Green value is 217 (85.16% from 255 or 32.88% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D9D8 is #1C2627. Grayscale: #DBDBDB. Windows color (decimal): -1844776 or 14211555. OLE color: 14211555.
HSL color Cylindrical-coordinate representation of color #E3D9D8: hue angle of 5.45º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E3D9D8 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 217 | 216 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.11 |
| HSL | 5.45º | 0.16% | 0.87% | - |
| HSV(B) | 5.45º | 0.05% | 0.89% | - |
| XYZ | 68.89 | 70.91 | 75.02 | - |
| YUV | 219.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 217 | 216 | 0 | 0.04 | 0.05 | 0.11 | 5.45 | 0.16 | 0.87 |
| Hex | E3 | D9 | D8 | 0 | 4 | 5 | B | 5 | 10 | 57 |
| Octal | 343 | 331 | 330 | 0 | 4 | 5 | 13 | 5 | 20 | 127 |
| Binary | 11100011 | 11011001 | 11011000 | 0 | 100 | 101 | 1011 | 101 | 10000 | 1010111 |
Color Harmonies of #E3D9D8
Complementary color
Monochromatic Colors of #E3D9D8
Black with #E3D9D8
Text Example
Text Example
White with #E3D9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D9D8; }
p { color: rgb(227,217,216); }
H1.HeaderClassName
{
color: #E3D9D8;
}
.AnyTagClassName
{
color: #E3D9D8;
}
</style>
background-color css
<style>
a { background-color: #E3D9D8; }
a { background-color: rgb(227,217,216); }
div.DivClassName
{
background-color: #E3D9D8;
}
.BgClassName
{
background-color: #E3D9D8;
}
</style>
border-color css
<style>
span { border-color: #E3D9D8; }
span { border-color: rgb(227,217,216); }
td.TdClassName
{
border-color: #E3D9D8;
}
.TagClassName
{
border-color: #E3D9D8;
}
</style>