Shades of Gainsboro #E6D9D9
Tints of Gainsboro #E6D9D9
RGB
CMYK
RGB Variations
Color information
#E6D9D9 (or 0xE6D9D9) is known color: Gainsboro. HEX triplet: E6, D9 and D9. RGB value is (230,217,217). Sum of RGB (Red+Green+Blue) = 230+217+217=664 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.64% from 664); Green value is 217 (85.16% from 255 or 32.68% from 664); Blue value is 217 (85.16% from 255 or 32.68% from 664); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D9D9 is #192626. Grayscale: #DCDCDC. Windows color (decimal): -1648167 or 14277094. OLE color: 14277094.
HSL color Cylindrical-coordinate representation of color #E6D9D9: hue angle of 0º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E6D9D9 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 217 | 217 | - |
CMYK | 0 | 0.06 | 0.06 | 0.10 |
HSL | 0º | 0.21% | 0.88% | - |
HSV(B) | 0º | 0.06% | 0.9% | - |
XYZ | 69.97 | 71.46 | 75.75 | - |
YUV | 220.89 | 125.81 | 134.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 217 | 217 | 0 | 0.06 | 0.06 | 0.10 | 0 | 0.21 | 0.88 |
Hex | E6 | D9 | D9 | 0 | 6 | 6 | A | 0 | 15 | 58 |
Octal | 346 | 331 | 331 | 0 | 6 | 6 | 12 | 0 | 25 | 130 |
Binary | 11100110 | 11011001 | 11011001 | 0 | 110 | 110 | 1010 | 0 | 10101 | 1011000 |
Color Harmonies of #E6D9D9
Complementary color
Monochromatic Colors of #E6D9D9
Black with #E6D9D9
Text Example
Text Example
White with #E6D9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D9D9; }
p { color: rgb(230,217,217); }
H1.HeaderClassName
{
color: #E6D9D9;
}
.AnyTagClassName
{
color: #E6D9D9;
}
</style>
background-color css
<style>
a { background-color: #E6D9D9; }
a { background-color: rgb(230,217,217); }
div.DivClassName
{
background-color: #E6D9D9;
}
.BgClassName
{
background-color: #E6D9D9;
}
</style>
border-color css
<style>
span { border-color: #E6D9D9; }
span { border-color: rgb(230,217,217); }
td.TdClassName
{
border-color: #E6D9D9;
}
.TagClassName
{
border-color: #E6D9D9;
}
</style>