Shades of Gainsboro #E4DADA
Tints of Gainsboro #E4DADA
RGB
CMYK
RGB Variations
Color information
#E4DADA (or 0xE4DADA) is known color: Gainsboro. HEX triplet: E4, DA and DA. RGB value is (228,218,218). Sum of RGB (Red+Green+Blue) = 228+218+218=664 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.34% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DADA is #1B2525. Grayscale: #DCDCDC. Windows color (decimal): -1778982 or 14342884. OLE color: 14342884.
HSL color Cylindrical-coordinate representation of color #E4DADA: hue angle of 0º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E4DADA is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 218 | 218 | - |
CMYK | 0 | 0.04 | 0.04 | 0.11 |
HSL | 0º | 0.16% | 0.87% | - |
HSV(B) | 0º | 0.04% | 0.89% | - |
XYZ | 69.72 | 71.7 | 76.49 | - |
YUV | 220.99 | 126.31 | 133 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 218 | 218 | 0 | 0.04 | 0.04 | 0.11 | 0 | 0.16 | 0.87 |
Hex | E4 | DA | DA | 0 | 4 | 4 | B | 0 | 10 | 57 |
Octal | 344 | 332 | 332 | 0 | 4 | 4 | 13 | 0 | 20 | 127 |
Binary | 11100100 | 11011010 | 11011010 | 0 | 100 | 100 | 1011 | 0 | 10000 | 1010111 |
Color Harmonies of #E4DADA
Complementary color
Monochromatic Colors of #E4DADA
Black with #E4DADA
Text Example
Text Example
White with #E4DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DADA; }
p { color: rgb(228,218,218); }
H1.HeaderClassName
{
color: #E4DADA;
}
.AnyTagClassName
{
color: #E4DADA;
}
</style>
background-color css
<style>
a { background-color: #E4DADA; }
a { background-color: rgb(228,218,218); }
div.DivClassName
{
background-color: #E4DADA;
}
.BgClassName
{
background-color: #E4DADA;
}
</style>
border-color css
<style>
span { border-color: #E4DADA; }
span { border-color: rgb(228,218,218); }
td.TdClassName
{
border-color: #E4DADA;
}
.TagClassName
{
border-color: #E4DADA;
}
</style>