Shades of Gainsboro #E3DFDF
Tints of Gainsboro #E3DFDF
RGB
CMYK
RGB Variations
Color information
#E3DFDF (or 0xE3DFDF) is known color: Gainsboro. HEX triplet: E3, DF and DF. RGB value is (227,223,223). Sum of RGB (Red+Green+Blue) = 227+223+223=673 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.73% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DFDF is #1C2020. Grayscale: #E0E0E0. Windows color (decimal): -1843233 or 14671843. OLE color: 14671843.
HSL color Cylindrical-coordinate representation of color #E3DFDF: hue angle of 0º degrees, saturation: 0.07, 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 #E3DFDF is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 227 | 223 | 223 | - |
CMYK | 0 | 0.02 | 0.02 | 0.11 |
HSL | 0º | 0.07% | 0.88% | - |
HSV(B) | 0º | 0.02% | 0.89% | - |
XYZ | 71.39 | 74.43 | 80.42 | - |
YUV | 224.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 223 | 223 | 0 | 0.02 | 0.02 | 0.11 | 0 | 0.07 | 0.88 |
Hex | E3 | DF | DF | 0 | 2 | 2 | B | 0 | 7 | 58 |
Octal | 343 | 337 | 337 | 0 | 2 | 2 | 13 | 0 | 7 | 130 |
Binary | 11100011 | 11011111 | 11011111 | 0 | 10 | 10 | 1011 | 0 | 111 | 1011000 |
Color Harmonies of #E3DFDF
Complementary color
Monochromatic Colors of #E3DFDF
Black with #E3DFDF
Text Example
Text Example
White with #E3DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DFDF; }
p { color: rgb(227,223,223); }
H1.HeaderClassName
{
color: #E3DFDF;
}
.AnyTagClassName
{
color: #E3DFDF;
}
</style>
background-color css
<style>
a { background-color: #E3DFDF; }
a { background-color: rgb(227,223,223); }
div.DivClassName
{
background-color: #E3DFDF;
}
.BgClassName
{
background-color: #E3DFDF;
}
</style>
border-color css
<style>
span { border-color: #E3DFDF; }
span { border-color: rgb(227,223,223); }
td.TdClassName
{
border-color: #E3DFDF;
}
.TagClassName
{
border-color: #E3DFDF;
}
</style>