Shades of Snuff #E0CAE0
Tints of Snuff #E0CAE0
RGB
CMYK
RGB Variations
Color information
#E0CAE0 (or 0xE0CAE0) is known color: Snuff. HEX triplet: E0, CA and E0. RGB value is (224,202,224). Sum of RGB (Red+Green+Blue) = 224+202+224=650 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.46% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E0CAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CAE0 is #1F351F. Grayscale: #D3D3D3. Windows color (decimal): -2045216 or 14732000. OLE color: 14732000.
HSL color Cylindrical-coordinate representation of color #E0CAE0: hue angle of 300º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0CAE0 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 224 | - |
| CMYK | 0 | 0.10 | 0 | 0.12 |
| HSL | 300º | 0.26% | 0.84% | - |
| HSV(B) | 300º | 0.1% | 0.88% | - |
| XYZ | 65.32 | 63.47 | 79.33 | - |
| YUV | 211.09 | 135.29 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 224 | 0 | 0.10 | 0 | 0.12 | 300 | 0.26 | 0.84 |
| Hex | E0 | CA | E0 | 0 | A | 0 | C | 12C | 1A | 54 |
| Octal | 340 | 312 | 340 | 0 | 12 | 0 | 14 | 454 | 32 | 124 |
| Binary | 11100000 | 11001010 | 11100000 | 0 | 1010 | 0 | 1100 | 100101100 | 11010 | 1010100 |
Color Harmonies of #E0CAE0
Complementary color
Monochromatic Colors of #E0CAE0
Black with #E0CAE0
Text Example
Text Example
White with #E0CAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CAE0; }
p { color: rgb(224,202,224); }
H1.HeaderClassName
{
color: #E0CAE0;
}
.AnyTagClassName
{
color: #E0CAE0;
}
</style>
background-color css
<style>
a { background-color: #E0CAE0; }
a { background-color: rgb(224,202,224); }
div.DivClassName
{
background-color: #E0CAE0;
}
.BgClassName
{
background-color: #E0CAE0;
}
</style>
border-color css
<style>
span { border-color: #E0CAE0; }
span { border-color: rgb(224,202,224); }
td.TdClassName
{
border-color: #E0CAE0;
}
.TagClassName
{
border-color: #E0CAE0;
}
</style>