Shades of Gainsboro #E0DDDD
Tints of Gainsboro #E0DDDD
RGB
CMYK
RGB Variations
Color information
#E0DDDD (or 0xE0DDDD) is known color: Gainsboro. HEX triplet: E0, DD and DD. RGB value is (224,221,221). Sum of RGB (Red+Green+Blue) = 224+221+221=666 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.63% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDDD is #1F2222. Grayscale: #DDDDDD. Windows color (decimal): -2040355 or 14540256. OLE color: 14540256.
HSL color Cylindrical-coordinate representation of color #E0DDDD: hue angle of 0º degrees, saturation: 0.05, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E0DDDD is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 221 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.12 |
| HSL | 0º | 0.05% | 0.87% | - |
| HSV(B) | 0º | 0.01% | 0.88% | - |
| XYZ | 69.65 | 72.78 | 78.78 | - |
| YUV | 221.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 221 | 0 | 0.01 | 0.01 | 0.12 | 0 | 0.05 | 0.87 |
| Hex | E0 | DD | DD | 0 | 1 | 1 | C | 0 | 5 | 57 |
| Octal | 340 | 335 | 335 | 0 | 1 | 1 | 14 | 0 | 5 | 127 |
| Binary | 11100000 | 11011101 | 11011101 | 0 | 1 | 1 | 1100 | 0 | 101 | 1010111 |
Color Harmonies of #E0DDDD
Complementary color
Monochromatic Colors of #E0DDDD
Black with #E0DDDD
Text Example
Text Example
White with #E0DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DDDD; }
p { color: rgb(224,221,221); }
H1.HeaderClassName
{
color: #E0DDDD;
}
.AnyTagClassName
{
color: #E0DDDD;
}
</style>
background-color css
<style>
a { background-color: #E0DDDD; }
a { background-color: rgb(224,221,221); }
div.DivClassName
{
background-color: #E0DDDD;
}
.BgClassName
{
background-color: #E0DDDD;
}
</style>
border-color css
<style>
span { border-color: #E0DDDD; }
span { border-color: rgb(224,221,221); }
td.TdClassName
{
border-color: #E0DDDD;
}
.TagClassName
{
border-color: #E0DDDD;
}
</style>