Shades of Snuff #E9CAEA
Tints of Snuff #E9CAEA
RGB
CMYK
RGB Variations
Color information
#E9CAEA (or 0xE9CAEA) is known color: Snuff. HEX triplet: E9, CA and EA. RGB value is (233,202,234). Sum of RGB (Red+Green+Blue) = 233+202+234=669 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.83% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9CAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CAEA is #163515. Grayscale: #D6D6D6. Windows color (decimal): -1455382 or 15387369. OLE color: 15387369.
HSL color Cylindrical-coordinate representation of color #E9CAEA: hue angle of 298.12º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9CAEA is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 202 | 234 | - |
| CMYK | 0.00 | 0.14 | 0 | 0.08 |
| HSL | 298.13º | 0.43% | 0.85% | - |
| HSV(B) | 298.13º | 0.14% | 0.92% | - |
| XYZ | 69.58 | 65.51 | 86.82 | - |
| YUV | 214.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 202 | 234 | 0.00 | 0.14 | 0 | 0.08 | 298.13 | 0.43 | 0.85 |
| Hex | E9 | CA | EA | 0 | E | 0 | 8 | 12A | 2B | 55 |
| Octal | 351 | 312 | 352 | 0 | 16 | 0 | 10 | 452 | 53 | 125 |
| Binary | 11101001 | 11001010 | 11101010 | 0 | 1110 | 0 | 1000 | 100101010 | 101011 | 1010101 |
Color Harmonies of #E9CAEA
Complementary color
Monochromatic Colors of #E9CAEA
Black with #E9CAEA
Text Example
Text Example
White with #E9CAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CAEA; }
p { color: rgb(233,202,234); }
H1.HeaderClassName
{
color: #E9CAEA;
}
.AnyTagClassName
{
color: #E9CAEA;
}
</style>
background-color css
<style>
a { background-color: #E9CAEA; }
a { background-color: rgb(233,202,234); }
div.DivClassName
{
background-color: #E9CAEA;
}
.BgClassName
{
background-color: #E9CAEA;
}
</style>
border-color css
<style>
span { border-color: #E9CAEA; }
span { border-color: rgb(233,202,234); }
td.TdClassName
{
border-color: #E9CAEA;
}
.TagClassName
{
border-color: #E9CAEA;
}
</style>