Shades of Snuff #E1CDE2
Tints of Snuff #E1CDE2
RGB
CMYK
RGB Variations
Color information
#E1CDE2 (or 0xE1CDE2) is known color: Snuff. HEX triplet: E1, CD and E2. RGB value is (225,205,226). Sum of RGB (Red+Green+Blue) = 225+205+226=656 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.30% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 226 - color contains mainly: blue. Hex color #E1CDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDE2 is #1E321D. Grayscale: #D5D5D5. Windows color (decimal): -1978910 or 14863841. OLE color: 14863841.
HSL color Cylindrical-coordinate representation of color #E1CDE2: hue angle of 297.14º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1CDE2 is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 205 | 226 | - |
| CMYK | 0.00 | 0.09 | 0 | 0.11 |
| HSL | 297.14º | 0.27% | 0.85% | - |
| HSV(B) | 297.14º | 0.09% | 0.89% | - |
| XYZ | 66.61 | 65.16 | 81.02 | - |
| YUV | 213.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 226 | 0.00 | 0.09 | 0 | 0.11 | 297.14 | 0.27 | 0.85 |
| Hex | E1 | CD | E2 | 0 | 9 | 0 | B | 129 | 1B | 55 |
| Octal | 341 | 315 | 342 | 0 | 11 | 0 | 13 | 451 | 33 | 125 |
| Binary | 11100001 | 11001101 | 11100010 | 0 | 1001 | 0 | 1011 | 100101001 | 11011 | 1010101 |
Color Harmonies of #E1CDE2
Complementary color
Monochromatic Colors of #E1CDE2
Black with #E1CDE2
Text Example
Text Example
White with #E1CDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDE2; }
p { color: rgb(225,205,226); }
H1.HeaderClassName
{
color: #E1CDE2;
}
.AnyTagClassName
{
color: #E1CDE2;
}
</style>
background-color css
<style>
a { background-color: #E1CDE2; }
a { background-color: rgb(225,205,226); }
div.DivClassName
{
background-color: #E1CDE2;
}
.BgClassName
{
background-color: #E1CDE2;
}
</style>
border-color css
<style>
span { border-color: #E1CDE2; }
span { border-color: rgb(225,205,226); }
td.TdClassName
{
border-color: #E1CDE2;
}
.TagClassName
{
border-color: #E1CDE2;
}
</style>