Shades of Snuff #E2CAE6
Tints of Snuff #E2CAE6
RGB
CMYK
RGB Variations
Color information
#E2CAE6 (or 0xE2CAE6) is known color: Snuff. HEX triplet: E2, CA and E6. RGB value is (226,202,230). Sum of RGB (Red+Green+Blue) = 226+202+230=658 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.35% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 230 - color contains mainly: blue. Hex color #E2CAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CAE6 is #1D3519. Grayscale: #D4D4D4. Windows color (decimal): -1914138 or 15125218. OLE color: 15125218.
HSL color Cylindrical-coordinate representation of color #E2CAE6: hue angle of 291.43º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2CAE6 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 202 | 230 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.10 |
| HSL | 291.43º | 0.36% | 0.85% | - |
| HSV(B) | 291.43º | 0.12% | 0.9% | - |
| XYZ | 66.77 | 64.12 | 83.72 | - |
| YUV | 212.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 230 | 0.02 | 0.12 | 0 | 0.10 | 291.43 | 0.36 | 0.85 |
| Hex | E2 | CA | E6 | 2 | C | 0 | A | 123 | 24 | 55 |
| Octal | 342 | 312 | 346 | 2 | 14 | 0 | 12 | 443 | 44 | 125 |
| Binary | 11100010 | 11001010 | 11100110 | 10 | 1100 | 0 | 1010 | 100100011 | 100100 | 1010101 |
Color Harmonies of #E2CAE6
Complementary color
Monochromatic Colors of #E2CAE6
Black with #E2CAE6
Text Example
Text Example
White with #E2CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CAE6; }
p { color: rgb(226,202,230); }
H1.HeaderClassName
{
color: #E2CAE6;
}
.AnyTagClassName
{
color: #E2CAE6;
}
</style>
background-color css
<style>
a { background-color: #E2CAE6; }
a { background-color: rgb(226,202,230); }
div.DivClassName
{
background-color: #E2CAE6;
}
.BgClassName
{
background-color: #E2CAE6;
}
</style>
border-color css
<style>
span { border-color: #E2CAE6; }
span { border-color: rgb(226,202,230); }
td.TdClassName
{
border-color: #E2CAE6;
}
.TagClassName
{
border-color: #E2CAE6;
}
</style>