Shades of Snuff #E1CFDE
Tints of Snuff #E1CFDE
RGB
CMYK
RGB Variations
Color information
#E1CFDE (or 0xE1CFDE) is known color: Snuff. HEX triplet: E1, CF and DE. RGB value is (225,207,222). Sum of RGB (Red+Green+Blue) = 225+207+222=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CFDE is #1E3021. Grayscale: #D6D6D6. Windows color (decimal): -1978402 or 14602209. OLE color: 14602209.
HSL color Cylindrical-coordinate representation of color #E1CFDE: hue angle of 310º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1CFDE is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 207 | 222 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.12 |
| HSL | 310º | 0.23% | 0.85% | - |
| HSV(B) | 310º | 0.08% | 0.88% | - |
| XYZ | 66.55 | 65.91 | 78.32 | - |
| YUV | 214.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 222 | 0 | 0.08 | 0.01 | 0.12 | 310 | 0.23 | 0.85 |
| Hex | E1 | CF | DE | 0 | 8 | 1 | C | 136 | 17 | 55 |
| Octal | 341 | 317 | 336 | 0 | 10 | 1 | 14 | 466 | 27 | 125 |
| Binary | 11100001 | 11001111 | 11011110 | 0 | 1000 | 1 | 1100 | 100110110 | 10111 | 1010101 |
Color Harmonies of #E1CFDE
Complementary color
Monochromatic Colors of #E1CFDE
Black with #E1CFDE
Text Example
Text Example
White with #E1CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CFDE; }
p { color: rgb(225,207,222); }
H1.HeaderClassName
{
color: #E1CFDE;
}
.AnyTagClassName
{
color: #E1CFDE;
}
</style>
background-color css
<style>
a { background-color: #E1CFDE; }
a { background-color: rgb(225,207,222); }
div.DivClassName
{
background-color: #E1CFDE;
}
.BgClassName
{
background-color: #E1CFDE;
}
</style>
border-color css
<style>
span { border-color: #E1CFDE; }
span { border-color: rgb(225,207,222); }
td.TdClassName
{
border-color: #E1CFDE;
}
.TagClassName
{
border-color: #E1CFDE;
}
</style>