Shades of Gainsboro #E5DDDD
Tints of Gainsboro #E5DDDD
RGB
CMYK
RGB Variations
Color information
#E5DDDD (or 0xE5DDDD) is known color: Gainsboro. HEX triplet: E5, DD and DD. RGB value is (229,221,221). Sum of RGB (Red+Green+Blue) = 229+221+221=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DDDD is #1A2222. Grayscale: #DFDFDF. Windows color (decimal): -1712675 or 14540261. OLE color: 14540261.
HSL color Cylindrical-coordinate representation of color #E5DDDD: hue angle of 0º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5DDDD is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 221 | 221 | - |
CMYK | 0 | 0.03 | 0.03 | 0.10 |
HSL | 0º | 0.13% | 0.88% | - |
HSV(B) | 0º | 0.03% | 0.9% | - |
XYZ | 71.22 | 73.59 | 78.86 | - |
YUV | 223.39 | 126.65 | 132 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 221 | 221 | 0 | 0.03 | 0.03 | 0.10 | 0 | 0.13 | 0.88 |
Hex | E5 | DD | DD | 0 | 3 | 3 | A | 0 | D | 58 |
Octal | 345 | 335 | 335 | 0 | 3 | 3 | 12 | 0 | 15 | 130 |
Binary | 11100101 | 11011101 | 11011101 | 0 | 11 | 11 | 1010 | 0 | 1101 | 1011000 |
Color Harmonies of #E5DDDD
Complementary color
Monochromatic Colors of #E5DDDD
Black with #E5DDDD
Text Example
Text Example
White with #E5DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DDDD; }
p { color: rgb(229,221,221); }
H1.HeaderClassName
{
color: #E5DDDD;
}
.AnyTagClassName
{
color: #E5DDDD;
}
</style>
background-color css
<style>
a { background-color: #E5DDDD; }
a { background-color: rgb(229,221,221); }
div.DivClassName
{
background-color: #E5DDDD;
}
.BgClassName
{
background-color: #E5DDDD;
}
</style>
border-color css
<style>
span { border-color: #E5DDDD; }
span { border-color: rgb(229,221,221); }
td.TdClassName
{
border-color: #E5DDDD;
}
.TagClassName
{
border-color: #E5DDDD;
}
</style>