Shades of Snuff #E6CAE5
Tints of Snuff #E6CAE5
RGB
CMYK
RGB Variations
Color information
#E6CAE5 (or 0xE6CAE5) is known color: Snuff. HEX triplet: E6, CA and E5. RGB value is (230,202,229). Sum of RGB (Red+Green+Blue) = 230+202+229=661 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.80% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CAE5 is #19351A. Grayscale: #D5D5D5. Windows color (decimal): -1651995 or 15059686. OLE color: 15059686.
HSL color Cylindrical-coordinate representation of color #E6CAE5: hue angle of 302.14º 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 #E6CAE5 is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 229 | - |
| CMYK | 0 | 0.12 | 0.00 | 0.10 |
| HSL | 302.14º | 0.36% | 0.85% | - |
| HSV(B) | 302.14º | 0.12% | 0.9% | - |
| XYZ | 67.9 | 64.72 | 83.04 | - |
| YUV | 213.45 | 136.78 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 229 | 0 | 0.12 | 0.00 | 0.10 | 302.14 | 0.36 | 0.85 |
| Hex | E6 | CA | E5 | 0 | C | 0 | A | 12E | 24 | 55 |
| Octal | 346 | 312 | 345 | 0 | 14 | 0 | 12 | 456 | 44 | 125 |
| Binary | 11100110 | 11001010 | 11100101 | 0 | 1100 | 0 | 1010 | 100101110 | 100100 | 1010101 |
Color Harmonies of #E6CAE5
Complementary color
Monochromatic Colors of #E6CAE5
Black with #E6CAE5
Text Example
Text Example
White with #E6CAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CAE5; }
p { color: rgb(230,202,229); }
H1.HeaderClassName
{
color: #E6CAE5;
}
.AnyTagClassName
{
color: #E6CAE5;
}
</style>
background-color css
<style>
a { background-color: #E6CAE5; }
a { background-color: rgb(230,202,229); }
div.DivClassName
{
background-color: #E6CAE5;
}
.BgClassName
{
background-color: #E6CAE5;
}
</style>
border-color css
<style>
span { border-color: #E6CAE5; }
span { border-color: rgb(230,202,229); }
td.TdClassName
{
border-color: #E6CAE5;
}
.TagClassName
{
border-color: #E6CAE5;
}
</style>