Shades of Gainsboro #E6DCDC
Tints of Gainsboro #E6DCDC
RGB
CMYK
RGB Variations
Color information
#E6DCDC (or 0xE6DCDC) is known color: Gainsboro. HEX triplet: E6, DC and DC. RGB value is (230,220,220). Sum of RGB (Red+Green+Blue) = 230+220+220=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCDC is #192323. Grayscale: #DEDEDE. Windows color (decimal): -1647396 or 14474470. OLE color: 14474470.
HSL color Cylindrical-coordinate representation of color #E6DCDC: hue angle of 0º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6DCDC is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 220 | 220 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.10 |
| HSL | 0º | 0.17% | 0.88% | - |
| HSV(B) | 0º | 0.04% | 0.9% | - |
| XYZ | 71.14 | 73.18 | 78.08 | - |
| YUV | 222.99 | 126.31 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 220 | 0 | 0.04 | 0.04 | 0.10 | 0 | 0.17 | 0.88 |
| Hex | E6 | DC | DC | 0 | 4 | 4 | A | 0 | 11 | 58 |
| Octal | 346 | 334 | 334 | 0 | 4 | 4 | 12 | 0 | 21 | 130 |
| Binary | 11100110 | 11011100 | 11011100 | 0 | 100 | 100 | 1010 | 0 | 10001 | 1011000 |
Color Harmonies of #E6DCDC
Complementary color
Monochromatic Colors of #E6DCDC
Black with #E6DCDC
Text Example
Text Example
White with #E6DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCDC; }
p { color: rgb(230,220,220); }
H1.HeaderClassName
{
color: #E6DCDC;
}
.AnyTagClassName
{
color: #E6DCDC;
}
</style>
background-color css
<style>
a { background-color: #E6DCDC; }
a { background-color: rgb(230,220,220); }
div.DivClassName
{
background-color: #E6DCDC;
}
.BgClassName
{
background-color: #E6DCDC;
}
</style>
border-color css
<style>
span { border-color: #E6DCDC; }
span { border-color: rgb(230,220,220); }
td.TdClassName
{
border-color: #E6DCDC;
}
.TagClassName
{
border-color: #E6DCDC;
}
</style>