Shades of Gainsboro #E0DFDF
Tints of Gainsboro #E0DFDF
RGB
CMYK
RGB Variations
Color information
#E0DFDF (or 0xE0DFDF) is known color: Gainsboro. HEX triplet: E0, DF and DF. RGB value is (224,223,223). Sum of RGB (Red+Green+Blue) = 224+223+223=670 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.43% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DFDF is #1F2020. Grayscale: #DFDFDF. Windows color (decimal): -2039841 or 14671840. OLE color: 14671840.
HSL color Cylindrical-coordinate representation of color #E0DFDF: hue angle of 0º degrees, saturation: 0.02, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0%. Process color model (Four color, CMYK) of #E0DFDF is Cyan = 0, Magento = 0.00, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
RGB | 224 | 223 | 223 | - |
CMYK | 0 | 0.00 | 0.00 | 0.12 |
HSL | 0º | 0.02% | 0.88% | - |
HSV(B) | 0º | 0% | 0.88% | - |
XYZ | 70.45 | 73.95 | 80.37 | - |
YUV | 223.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 224 | 223 | 223 | 0 | 0.00 | 0.00 | 0.12 | 0 | 0.02 | 0.88 |
Hex | E0 | DF | DF | 0 | 0 | 0 | C | 0 | 2 | 58 |
Octal | 340 | 337 | 337 | 0 | 0 | 0 | 14 | 0 | 2 | 130 |
Binary | 11100000 | 11011111 | 11011111 | 0 | 0 | 0 | 1100 | 0 | 10 | 1011000 |
Color Harmonies of #E0DFDF
Complementary color
Monochromatic Colors of #E0DFDF
Black with #E0DFDF
Text Example
Text Example
White with #E0DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DFDF; }
p { color: rgb(224,223,223); }
H1.HeaderClassName
{
color: #E0DFDF;
}
.AnyTagClassName
{
color: #E0DFDF;
}
</style>
background-color css
<style>
a { background-color: #E0DFDF; }
a { background-color: rgb(224,223,223); }
div.DivClassName
{
background-color: #E0DFDF;
}
.BgClassName
{
background-color: #E0DFDF;
}
</style>
border-color css
<style>
span { border-color: #E0DFDF; }
span { border-color: rgb(224,223,223); }
td.TdClassName
{
border-color: #E0DFDF;
}
.TagClassName
{
border-color: #E0DFDF;
}
</style>