Shades of Snuff #E2CAE3
Tints of Snuff #E2CAE3
RGB
CMYK
RGB Variations
Color information
#E2CAE3 (or 0xE2CAE3) is known color: Snuff. HEX triplet: E2, CA and E3. RGB value is (226,202,227). Sum of RGB (Red+Green+Blue) = 226+202+227=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 227 - color contains mainly: blue. Hex color #E2CAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CAE3 is #1D351C. Grayscale: #D3D3D3. Windows color (decimal): -1914141 or 14928610. OLE color: 14928610.
HSL color Cylindrical-coordinate representation of color #E2CAE3: hue angle of 297.6º degrees, saturation: 0.31, 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 #E2CAE3 is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 227 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.11 |
| HSL | 297.6º | 0.31% | 0.84% | - |
| HSV(B) | 297.6º | 0.11% | 0.89% | - |
| XYZ | 66.35 | 63.96 | 81.52 | - |
| YUV | 212.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 227 | 0.00 | 0.11 | 0 | 0.11 | 297.6 | 0.31 | 0.84 |
| Hex | E2 | CA | E3 | 0 | B | 0 | B | 12A | 1F | 54 |
| Octal | 342 | 312 | 343 | 0 | 13 | 0 | 13 | 452 | 37 | 124 |
| Binary | 11100010 | 11001010 | 11100011 | 0 | 1011 | 0 | 1011 | 100101010 | 11111 | 1010100 |
Color Harmonies of #E2CAE3
Complementary color
Monochromatic Colors of #E2CAE3
Black with #E2CAE3
Text Example
Text Example
White with #E2CAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CAE3; }
p { color: rgb(226,202,227); }
H1.HeaderClassName
{
color: #E2CAE3;
}
.AnyTagClassName
{
color: #E2CAE3;
}
</style>
background-color css
<style>
a { background-color: #E2CAE3; }
a { background-color: rgb(226,202,227); }
div.DivClassName
{
background-color: #E2CAE3;
}
.BgClassName
{
background-color: #E2CAE3;
}
</style>
border-color css
<style>
span { border-color: #E2CAE3; }
span { border-color: rgb(226,202,227); }
td.TdClassName
{
border-color: #E2CAE3;
}
.TagClassName
{
border-color: #E2CAE3;
}
</style>