Shades of Gainsboro #E2DCDC
Tints of Gainsboro #E2DCDC
RGB
CMYK
RGB Variations
Color information
#E2DCDC (or 0xE2DCDC) is known color: Gainsboro. HEX triplet: E2, DC and DC. RGB value is (226,220,220). Sum of RGB (Red+Green+Blue) = 226+220+220=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCDC is #1D2323. Grayscale: #DDDDDD. Windows color (decimal): -1909540 or 14474466. OLE color: 14474466.
HSL color Cylindrical-coordinate representation of color #E2DCDC: hue angle of 0º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2DCDC is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 220 | 220 | - |
CMYK | 0 | 0.03 | 0.03 | 0.11 |
HSL | 0º | 0.09% | 0.87% | - |
HSV(B) | 0º | 0.03% | 0.89% | - |
XYZ | 69.88 | 72.52 | 78.03 | - |
YUV | 221.79 | 126.99 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 220 | 220 | 0 | 0.03 | 0.03 | 0.11 | 0 | 0.09 | 0.87 |
Hex | E2 | DC | DC | 0 | 3 | 3 | B | 0 | 9 | 57 |
Octal | 342 | 334 | 334 | 0 | 3 | 3 | 13 | 0 | 11 | 127 |
Binary | 11100010 | 11011100 | 11011100 | 0 | 11 | 11 | 1011 | 0 | 1001 | 1010111 |
Color Harmonies of #E2DCDC
Complementary color
Monochromatic Colors of #E2DCDC
Black with #E2DCDC
Text Example
Text Example
White with #E2DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DCDC; }
p { color: rgb(226,220,220); }
H1.HeaderClassName
{
color: #E2DCDC;
}
.AnyTagClassName
{
color: #E2DCDC;
}
</style>
background-color css
<style>
a { background-color: #E2DCDC; }
a { background-color: rgb(226,220,220); }
div.DivClassName
{
background-color: #E2DCDC;
}
.BgClassName
{
background-color: #E2DCDC;
}
</style>
border-color css
<style>
span { border-color: #E2DCDC; }
span { border-color: rgb(226,220,220); }
td.TdClassName
{
border-color: #E2DCDC;
}
.TagClassName
{
border-color: #E2DCDC;
}
</style>