Shades of Snuff #E9CAE7
Tints of Snuff #E9CAE7
RGB
CMYK
RGB Variations
Color information
#E9CAE7 (or 0xE9CAE7) is known color: Snuff. HEX triplet: E9, CA and E7. RGB value is (233,202,231). Sum of RGB (Red+Green+Blue) = 233+202+231=666 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.98% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CAE7 is #163518. Grayscale: #D6D6D6. Windows color (decimal): -1455385 or 15190761. OLE color: 15190761.
HSL color Cylindrical-coordinate representation of color #E9CAE7: hue angle of 303.87º 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 #E9CAE7 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 202 | 231 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.09 |
| HSL | 303.87º | 0.41% | 0.85% | - |
| HSV(B) | 303.87º | 0.13% | 0.91% | - |
| XYZ | 69.15 | 65.33 | 84.57 | - |
| YUV | 214.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 202 | 231 | 0 | 0.13 | 0.01 | 0.09 | 303.87 | 0.41 | 0.85 |
| Hex | E9 | CA | E7 | 0 | D | 1 | 9 | 130 | 29 | 55 |
| Octal | 351 | 312 | 347 | 0 | 15 | 1 | 11 | 460 | 51 | 125 |
| Binary | 11101001 | 11001010 | 11100111 | 0 | 1101 | 1 | 1001 | 100110000 | 101001 | 1010101 |
Color Harmonies of #E9CAE7
Complementary color
Monochromatic Colors of #E9CAE7
Black with #E9CAE7
Text Example
Text Example
White with #E9CAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CAE7; }
p { color: rgb(233,202,231); }
H1.HeaderClassName
{
color: #E9CAE7;
}
.AnyTagClassName
{
color: #E9CAE7;
}
</style>
background-color css
<style>
a { background-color: #E9CAE7; }
a { background-color: rgb(233,202,231); }
div.DivClassName
{
background-color: #E9CAE7;
}
.BgClassName
{
background-color: #E9CAE7;
}
</style>
border-color css
<style>
span { border-color: #E9CAE7; }
span { border-color: rgb(233,202,231); }
td.TdClassName
{
border-color: #E9CAE7;
}
.TagClassName
{
border-color: #E9CAE7;
}
</style>