Shades of Snuff #E9CAE5
Tints of Snuff #E9CAE5
RGB
CMYK
RGB Variations
Color information
#E9CAE5 (or 0xE9CAE5) is known color: Snuff. HEX triplet: E9, CA and E5. RGB value is (233,202,229). Sum of RGB (Red+Green+Blue) = 233+202+229=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CAE5 is #16351A. Grayscale: #D6D6D6. Windows color (decimal): -1455387 or 15059689. OLE color: 15059689.
HSL color Cylindrical-coordinate representation of color #E9CAE5: hue angle of 307.74º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9CAE5 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 202 | 229 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.09 |
| HSL | 307.74º | 0.41% | 0.85% | - |
| HSV(B) | 307.74º | 0.13% | 0.91% | - |
| XYZ | 68.87 | 65.22 | 83.09 | - |
| YUV | 214.35 | 136.27 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 202 | 229 | 0 | 0.13 | 0.02 | 0.09 | 307.74 | 0.41 | 0.85 |
| Hex | E9 | CA | E5 | 0 | D | 2 | 9 | 134 | 29 | 55 |
| Octal | 351 | 312 | 345 | 0 | 15 | 2 | 11 | 464 | 51 | 125 |
| Binary | 11101001 | 11001010 | 11100101 | 0 | 1101 | 10 | 1001 | 100110100 | 101001 | 1010101 |
Color Harmonies of #E9CAE5
Complementary color
Monochromatic Colors of #E9CAE5
Black with #E9CAE5
Text Example
Text Example
White with #E9CAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CAE5; }
p { color: rgb(233,202,229); }
H1.HeaderClassName
{
color: #E9CAE5;
}
.AnyTagClassName
{
color: #E9CAE5;
}
</style>
background-color css
<style>
a { background-color: #E9CAE5; }
a { background-color: rgb(233,202,229); }
div.DivClassName
{
background-color: #E9CAE5;
}
.BgClassName
{
background-color: #E9CAE5;
}
</style>
border-color css
<style>
span { border-color: #E9CAE5; }
span { border-color: rgb(233,202,229); }
td.TdClassName
{
border-color: #E9CAE5;
}
.TagClassName
{
border-color: #E9CAE5;
}
</style>