Shades of Gainsboro #E2DFDF
Tints of Gainsboro #E2DFDF
RGB
CMYK
RGB Variations
Color information
#E2DFDF (or 0xE2DFDF) is known color: Gainsboro. HEX triplet: E2, DF and DF. RGB value is (226,223,223). Sum of RGB (Red+Green+Blue) = 226+223+223=672 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.63% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DFDF is #1D2020. Grayscale: #DFDFDF. Windows color (decimal): -1908769 or 14671842. OLE color: 14671842.
HSL color Cylindrical-coordinate representation of color #E2DFDF: hue angle of 0º degrees, saturation: 0.05, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E2DFDF is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 223 | 223 | - |
CMYK | 0 | 0.01 | 0.01 | 0.11 |
HSL | 0º | 0.05% | 0.88% | - |
HSV(B) | 0º | 0.01% | 0.89% | - |
XYZ | 71.07 | 74.27 | 80.4 | - |
YUV | 223.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 223 | 223 | 0 | 0.01 | 0.01 | 0.11 | 0 | 0.05 | 0.88 |
Hex | E2 | DF | DF | 0 | 1 | 1 | B | 0 | 5 | 58 |
Octal | 342 | 337 | 337 | 0 | 1 | 1 | 13 | 0 | 5 | 130 |
Binary | 11100010 | 11011111 | 11011111 | 0 | 1 | 1 | 1011 | 0 | 101 | 1011000 |
Color Harmonies of #E2DFDF
Complementary color
Monochromatic Colors of #E2DFDF
Black with #E2DFDF
Text Example
Text Example
White with #E2DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DFDF; }
p { color: rgb(226,223,223); }
H1.HeaderClassName
{
color: #E2DFDF;
}
.AnyTagClassName
{
color: #E2DFDF;
}
</style>
background-color css
<style>
a { background-color: #E2DFDF; }
a { background-color: rgb(226,223,223); }
div.DivClassName
{
background-color: #E2DFDF;
}
.BgClassName
{
background-color: #E2DFDF;
}
</style>
border-color css
<style>
span { border-color: #E2DFDF; }
span { border-color: rgb(226,223,223); }
td.TdClassName
{
border-color: #E2DFDF;
}
.TagClassName
{
border-color: #E2DFDF;
}
</style>