Shades of Snuff #E1D1E3
Tints of Snuff #E1D1E3
RGB
CMYK
RGB Variations
Color information
#E1D1E3 (or 0xE1D1E3) is known color: Snuff. HEX triplet: E1, D1 and E3. RGB value is (225,209,227). Sum of RGB (Red+Green+Blue) = 225+209+227=661 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.04% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 227 (89.06% from 255 or 34.34% from 661); Max value from RGB is 227 - color contains mainly: blue. Hex color #E1D1E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D1E3 is #1E2E1C. Grayscale: #D7D7D7. Windows color (decimal): -1977885 or 14930401. OLE color: 14930401.
HSL color Cylindrical-coordinate representation of color #E1D1E3: hue angle of 293.33º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1D1E3 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 209 | 227 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.11 |
| HSL | 293.33º | 0.24% | 0.85% | - |
| HSV(B) | 293.33º | 0.08% | 0.89% | - |
| XYZ | 67.72 | 67.15 | 82.07 | - |
| YUV | 215.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 227 | 0.01 | 0.08 | 0 | 0.11 | 293.33 | 0.24 | 0.85 |
| Hex | E1 | D1 | E3 | 1 | 8 | 0 | B | 125 | 18 | 55 |
| Octal | 341 | 321 | 343 | 1 | 10 | 0 | 13 | 445 | 30 | 125 |
| Binary | 11100001 | 11010001 | 11100011 | 1 | 1000 | 0 | 1011 | 100100101 | 11000 | 1010101 |
Color Harmonies of #E1D1E3
Complementary color
Monochromatic Colors of #E1D1E3
Black with #E1D1E3
Text Example
Text Example
White with #E1D1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D1E3; }
p { color: rgb(225,209,227); }
H1.HeaderClassName
{
color: #E1D1E3;
}
.AnyTagClassName
{
color: #E1D1E3;
}
</style>
background-color css
<style>
a { background-color: #E1D1E3; }
a { background-color: rgb(225,209,227); }
div.DivClassName
{
background-color: #E1D1E3;
}
.BgClassName
{
background-color: #E1D1E3;
}
</style>
border-color css
<style>
span { border-color: #E1D1E3; }
span { border-color: rgb(225,209,227); }
td.TdClassName
{
border-color: #E1D1E3;
}
.TagClassName
{
border-color: #E1D1E3;
}
</style>