Shades of Gainsboro #E0DCDC
Tints of Gainsboro #E0DCDC
RGB
CMYK
RGB Variations
Color information
#E0DCDC (or 0xE0DCDC) is known color: Gainsboro. HEX triplet: E0, DC and DC. RGB value is (224,220,220). Sum of RGB (Red+Green+Blue) = 224+220+220=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DCDC is #1F2323. Grayscale: #DDDDDD. Windows color (decimal): -2040612 or 14474464. OLE color: 14474464.
HSL color Cylindrical-coordinate representation of color #E0DCDC: hue angle of 0º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E0DCDC is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
RGB | 224 | 220 | 220 | - |
CMYK | 0 | 0.02 | 0.02 | 0.12 |
HSL | 0º | 0.06% | 0.87% | - |
HSV(B) | 0º | 0.02% | 0.88% | - |
XYZ | 69.25 | 72.2 | 78 | - |
YUV | 221.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 224 | 220 | 220 | 0 | 0.02 | 0.02 | 0.12 | 0 | 0.06 | 0.87 |
Hex | E0 | DC | DC | 0 | 2 | 2 | C | 0 | 6 | 57 |
Octal | 340 | 334 | 334 | 0 | 2 | 2 | 14 | 0 | 6 | 127 |
Binary | 11100000 | 11011100 | 11011100 | 0 | 10 | 10 | 1100 | 0 | 110 | 1010111 |
Color Harmonies of #E0DCDC
Complementary color
Monochromatic Colors of #E0DCDC
Black with #E0DCDC
Text Example
Text Example
White with #E0DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DCDC; }
p { color: rgb(224,220,220); }
H1.HeaderClassName
{
color: #E0DCDC;
}
.AnyTagClassName
{
color: #E0DCDC;
}
</style>
background-color css
<style>
a { background-color: #E0DCDC; }
a { background-color: rgb(224,220,220); }
div.DivClassName
{
background-color: #E0DCDC;
}
.BgClassName
{
background-color: #E0DCDC;
}
</style>
border-color css
<style>
span { border-color: #E0DCDC; }
span { border-color: rgb(224,220,220); }
td.TdClassName
{
border-color: #E0DCDC;
}
.TagClassName
{
border-color: #E0DCDC;
}
</style>