Shades of Gainsboro #E3DCDC
Tints of Gainsboro #E3DCDC
RGB
CMYK
RGB Variations
Color information
#E3DCDC (or 0xE3DCDC) is known color: Gainsboro. HEX triplet: E3, DC and DC. RGB value is (227,220,220). Sum of RGB (Red+Green+Blue) = 227+220+220=667 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.03% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DCDC is #1C2323. Grayscale: #DEDEDE. Windows color (decimal): -1844004 or 14474467. OLE color: 14474467.
HSL color Cylindrical-coordinate representation of color #E3DCDC: hue angle of 0º degrees, saturation: 0.11, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E3DCDC is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 227 | 220 | 220 | - |
CMYK | 0 | 0.03 | 0.03 | 0.11 |
HSL | 0º | 0.11% | 0.88% | - |
HSV(B) | 0º | 0.03% | 0.89% | - |
XYZ | 70.19 | 72.68 | 78.04 | - |
YUV | 222.09 | 126.82 | 131.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 220 | 220 | 0 | 0.03 | 0.03 | 0.11 | 0 | 0.11 | 0.88 |
Hex | E3 | DC | DC | 0 | 3 | 3 | B | 0 | B | 58 |
Octal | 343 | 334 | 334 | 0 | 3 | 3 | 13 | 0 | 13 | 130 |
Binary | 11100011 | 11011100 | 11011100 | 0 | 11 | 11 | 1011 | 0 | 1011 | 1011000 |
Color Harmonies of #E3DCDC
Complementary color
Monochromatic Colors of #E3DCDC
Black with #E3DCDC
Text Example
Text Example
White with #E3DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DCDC; }
p { color: rgb(227,220,220); }
H1.HeaderClassName
{
color: #E3DCDC;
}
.AnyTagClassName
{
color: #E3DCDC;
}
</style>
background-color css
<style>
a { background-color: #E3DCDC; }
a { background-color: rgb(227,220,220); }
div.DivClassName
{
background-color: #E3DCDC;
}
.BgClassName
{
background-color: #E3DCDC;
}
</style>
border-color css
<style>
span { border-color: #E3DCDC; }
span { border-color: rgb(227,220,220); }
td.TdClassName
{
border-color: #E3DCDC;
}
.TagClassName
{
border-color: #E3DCDC;
}
</style>