Shades of Gainsboro #E4DFDF
Tints of Gainsboro #E4DFDF
RGB
CMYK
RGB Variations
Color information
#E4DFDF (or 0xE4DFDF) is known color: Gainsboro. HEX triplet: E4, DF and DF. RGB value is (228,223,223). Sum of RGB (Red+Green+Blue) = 228+223+223=674 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.83% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DFDF is #1B2020. Grayscale: #E0E0E0. Windows color (decimal): -1777697 or 14671844. OLE color: 14671844.
HSL color Cylindrical-coordinate representation of color #E4DFDF: hue angle of 0º degrees, saturation: 0.08, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E4DFDF is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 223 | 223 | - |
CMYK | 0 | 0.02 | 0.02 | 0.11 |
HSL | 0º | 0.08% | 0.88% | - |
HSV(B) | 0º | 0.02% | 0.89% | - |
XYZ | 71.7 | 74.6 | 80.43 | - |
YUV | 224.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 223 | 223 | 0 | 0.02 | 0.02 | 0.11 | 0 | 0.08 | 0.88 |
Hex | E4 | DF | DF | 0 | 2 | 2 | B | 0 | 8 | 58 |
Octal | 344 | 337 | 337 | 0 | 2 | 2 | 13 | 0 | 10 | 130 |
Binary | 11100100 | 11011111 | 11011111 | 0 | 10 | 10 | 1011 | 0 | 1000 | 1011000 |
Color Harmonies of #E4DFDF
Complementary color
Monochromatic Colors of #E4DFDF
Black with #E4DFDF
Text Example
Text Example
White with #E4DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DFDF; }
p { color: rgb(228,223,223); }
H1.HeaderClassName
{
color: #E4DFDF;
}
.AnyTagClassName
{
color: #E4DFDF;
}
</style>
background-color css
<style>
a { background-color: #E4DFDF; }
a { background-color: rgb(228,223,223); }
div.DivClassName
{
background-color: #E4DFDF;
}
.BgClassName
{
background-color: #E4DFDF;
}
</style>
border-color css
<style>
span { border-color: #E4DFDF; }
span { border-color: rgb(228,223,223); }
td.TdClassName
{
border-color: #E4DFDF;
}
.TagClassName
{
border-color: #E4DFDF;
}
</style>