Shades of Gainsboro #E5DADA
Tints of Gainsboro #E5DADA
RGB
CMYK
RGB Variations
Color information
#E5DADA (or 0xE5DADA) is known color: Gainsboro. HEX triplet: E5, DA and DA. RGB value is (229,218,218). Sum of RGB (Red+Green+Blue) = 229+218+218=665 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.44% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DADA is #1A2525. Grayscale: #DDDDDD. Windows color (decimal): -1713446 or 14342885. OLE color: 14342885.
HSL color Cylindrical-coordinate representation of color #E5DADA: hue angle of 0º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5DADA is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 218 | 218 | - |
CMYK | 0 | 0.05 | 0.05 | 0.10 |
HSL | 0º | 0.17% | 0.88% | - |
HSV(B) | 0º | 0.05% | 0.9% | - |
XYZ | 70.04 | 71.86 | 76.51 | - |
YUV | 221.29 | 126.14 | 133.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 218 | 218 | 0 | 0.05 | 0.05 | 0.10 | 0 | 0.17 | 0.88 |
Hex | E5 | DA | DA | 0 | 5 | 5 | A | 0 | 11 | 58 |
Octal | 345 | 332 | 332 | 0 | 5 | 5 | 12 | 0 | 21 | 130 |
Binary | 11100101 | 11011010 | 11011010 | 0 | 101 | 101 | 1010 | 0 | 10001 | 1011000 |
Color Harmonies of #E5DADA
Complementary color
Monochromatic Colors of #E5DADA
Black with #E5DADA
Text Example
Text Example
White with #E5DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DADA; }
p { color: rgb(229,218,218); }
H1.HeaderClassName
{
color: #E5DADA;
}
.AnyTagClassName
{
color: #E5DADA;
}
</style>
background-color css
<style>
a { background-color: #E5DADA; }
a { background-color: rgb(229,218,218); }
div.DivClassName
{
background-color: #E5DADA;
}
.BgClassName
{
background-color: #E5DADA;
}
</style>
border-color css
<style>
span { border-color: #E5DADA; }
span { border-color: rgb(229,218,218); }
td.TdClassName
{
border-color: #E5DADA;
}
.TagClassName
{
border-color: #E5DADA;
}
</style>