Shades of Snuff #E1CAE4
Tints of Snuff #E1CAE4
RGB
CMYK
RGB Variations
Color information
#E1CAE4 (or 0xE1CAE4) is known color: Snuff. HEX triplet: E1, CA and E4. RGB value is (225,202,228). Sum of RGB (Red+Green+Blue) = 225+202+228=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 228 (89.45% from 255 or 34.81% from 655); Max value from RGB is 228 - color contains mainly: blue. Hex color #E1CAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CAE4 is #1E351B. Grayscale: #D3D3D3. Windows color (decimal): -1979676 or 14994145. OLE color: 14994145.
HSL color Cylindrical-coordinate representation of color #E1CAE4: hue angle of 293.08º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1CAE4 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 202 | 228 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.11 |
| HSL | 293.08º | 0.33% | 0.84% | - |
| HSV(B) | 293.08º | 0.11% | 0.89% | - |
| XYZ | 66.18 | 63.85 | 82.24 | - |
| YUV | 211.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 228 | 0.01 | 0.11 | 0 | 0.11 | 293.08 | 0.33 | 0.84 |
| Hex | E1 | CA | E4 | 1 | B | 0 | B | 125 | 20 | 54 |
| Octal | 341 | 312 | 344 | 1 | 13 | 0 | 13 | 445 | 40 | 124 |
| Binary | 11100001 | 11001010 | 11100100 | 1 | 1011 | 0 | 1011 | 100100101 | 100000 | 1010100 |
Color Harmonies of #E1CAE4
Complementary color
Monochromatic Colors of #E1CAE4
Black with #E1CAE4
Text Example
Text Example
White with #E1CAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CAE4; }
p { color: rgb(225,202,228); }
H1.HeaderClassName
{
color: #E1CAE4;
}
.AnyTagClassName
{
color: #E1CAE4;
}
</style>
background-color css
<style>
a { background-color: #E1CAE4; }
a { background-color: rgb(225,202,228); }
div.DivClassName
{
background-color: #E1CAE4;
}
.BgClassName
{
background-color: #E1CAE4;
}
</style>
border-color css
<style>
span { border-color: #E1CAE4; }
span { border-color: rgb(225,202,228); }
td.TdClassName
{
border-color: #E1CAE4;
}
.TagClassName
{
border-color: #E1CAE4;
}
</style>