Shades of Snuff #E0CAE3
Tints of Snuff #E0CAE3
RGB
CMYK
RGB Variations
Color information
#E0CAE3 (or 0xE0CAE3) is known color: Snuff. HEX triplet: E0, CA and E3. RGB value is (224,202,227). Sum of RGB (Red+Green+Blue) = 224+202+227=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 227 - color contains mainly: blue. Hex color #E0CAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CAE3 is #1F351C. Grayscale: #D3D3D3. Windows color (decimal): -2045213 or 14928608. OLE color: 14928608.
HSL color Cylindrical-coordinate representation of color #E0CAE3: hue angle of 292.8º 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 #E0CAE3 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 202 | 227 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.11 |
| HSL | 292.8º | 0.31% | 0.84% | - |
| HSV(B) | 292.8º | 0.11% | 0.89% | - |
| XYZ | 65.73 | 63.63 | 81.49 | - |
| YUV | 211.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 227 | 0.01 | 0.11 | 0 | 0.11 | 292.8 | 0.31 | 0.84 |
| Hex | E0 | CA | E3 | 1 | B | 0 | B | 125 | 1F | 54 |
| Octal | 340 | 312 | 343 | 1 | 13 | 0 | 13 | 445 | 37 | 124 |
| Binary | 11100000 | 11001010 | 11100011 | 1 | 1011 | 0 | 1011 | 100100101 | 11111 | 1010100 |
Color Harmonies of #E0CAE3
Complementary color
Monochromatic Colors of #E0CAE3
Black with #E0CAE3
Text Example
Text Example
White with #E0CAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CAE3; }
p { color: rgb(224,202,227); }
H1.HeaderClassName
{
color: #E0CAE3;
}
.AnyTagClassName
{
color: #E0CAE3;
}
</style>
background-color css
<style>
a { background-color: #E0CAE3; }
a { background-color: rgb(224,202,227); }
div.DivClassName
{
background-color: #E0CAE3;
}
.BgClassName
{
background-color: #E0CAE3;
}
</style>
border-color css
<style>
span { border-color: #E0CAE3; }
span { border-color: rgb(224,202,227); }
td.TdClassName
{
border-color: #E0CAE3;
}
.TagClassName
{
border-color: #E0CAE3;
}
</style>