Shades of Snuff #E9CFEA
Tints of Snuff #E9CFEA
RGB
CMYK
RGB Variations
Color information
#E9CFEA (or 0xE9CFEA) is known color: Snuff. HEX triplet: E9, CF and EA. RGB value is (233,207,234). Sum of RGB (Red+Green+Blue) = 233+207+234=674 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.57% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9CFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CFEA is #163015. Grayscale: #D9D9D9. Windows color (decimal): -1454102 or 15388649. OLE color: 15388649.
HSL color Cylindrical-coordinate representation of color #E9CFEA: hue angle of 297.78º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9CFEA is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 207 | 234 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.08 |
| HSL | 297.78º | 0.39% | 0.86% | - |
| HSV(B) | 297.78º | 0.12% | 0.92% | - |
| XYZ | 70.77 | 67.89 | 87.22 | - |
| YUV | 217.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 234 | 0.00 | 0.12 | 0 | 0.08 | 297.78 | 0.39 | 0.86 |
| Hex | E9 | CF | EA | 0 | C | 0 | 8 | 12A | 27 | 56 |
| Octal | 351 | 317 | 352 | 0 | 14 | 0 | 10 | 452 | 47 | 126 |
| Binary | 11101001 | 11001111 | 11101010 | 0 | 1100 | 0 | 1000 | 100101010 | 100111 | 1010110 |
Color Harmonies of #E9CFEA
Complementary color
Monochromatic Colors of #E9CFEA
Black with #E9CFEA
Text Example
Text Example
White with #E9CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFEA; }
p { color: rgb(233,207,234); }
H1.HeaderClassName
{
color: #E9CFEA;
}
.AnyTagClassName
{
color: #E9CFEA;
}
</style>
background-color css
<style>
a { background-color: #E9CFEA; }
a { background-color: rgb(233,207,234); }
div.DivClassName
{
background-color: #E9CFEA;
}
.BgClassName
{
background-color: #E9CFEA;
}
</style>
border-color css
<style>
span { border-color: #E9CFEA; }
span { border-color: rgb(233,207,234); }
td.TdClassName
{
border-color: #E9CFEA;
}
.TagClassName
{
border-color: #E9CFEA;
}
</style>