Shades of Snuff #E0CAE2
Tints of Snuff #E0CAE2
RGB
CMYK
RGB Variations
Color information
#E0CAE2 (or 0xE0CAE2) is known color: Snuff. HEX triplet: E0, CA and E2. RGB value is (224,202,226). Sum of RGB (Red+Green+Blue) = 224+202+226=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 226 - color contains mainly: blue. Hex color #E0CAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CAE2 is #1F351D. Grayscale: #D3D3D3. Windows color (decimal): -2045214 or 14863072. OLE color: 14863072.
HSL color Cylindrical-coordinate representation of color #E0CAE2: hue angle of 295º degrees, saturation: 0.29, 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 #E0CAE2 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 202 | 226 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.11 |
| HSL | 295º | 0.29% | 0.84% | - |
| HSV(B) | 295º | 0.11% | 0.89% | - |
| XYZ | 65.59 | 63.58 | 80.77 | - |
| YUV | 211.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 226 | 0.01 | 0.11 | 0 | 0.11 | 295 | 0.29 | 0.84 |
| Hex | E0 | CA | E2 | 1 | B | 0 | B | 127 | 1D | 54 |
| Octal | 340 | 312 | 342 | 1 | 13 | 0 | 13 | 447 | 35 | 124 |
| Binary | 11100000 | 11001010 | 11100010 | 1 | 1011 | 0 | 1011 | 100100111 | 11101 | 1010100 |
Color Harmonies of #E0CAE2
Complementary color
Monochromatic Colors of #E0CAE2
Black with #E0CAE2
Text Example
Text Example
White with #E0CAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CAE2; }
p { color: rgb(224,202,226); }
H1.HeaderClassName
{
color: #E0CAE2;
}
.AnyTagClassName
{
color: #E0CAE2;
}
</style>
background-color css
<style>
a { background-color: #E0CAE2; }
a { background-color: rgb(224,202,226); }
div.DivClassName
{
background-color: #E0CAE2;
}
.BgClassName
{
background-color: #E0CAE2;
}
</style>
border-color css
<style>
span { border-color: #E0CAE2; }
span { border-color: rgb(224,202,226); }
td.TdClassName
{
border-color: #E0CAE2;
}
.TagClassName
{
border-color: #E0CAE2;
}
</style>