Shades of Snuff #E9CFEB
Tints of Snuff #E9CFEB
RGB
CMYK
RGB Variations
Color information
#E9CFEB (or 0xE9CFEB) is known color: Snuff. HEX triplet: E9, CF and EB. RGB value is (233,207,235). Sum of RGB (Red+Green+Blue) = 233+207+235=675 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.52% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9CFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CFEB is #163014. Grayscale: #D9D9D9. Windows color (decimal): -1454101 or 15454185. OLE color: 15454185.
HSL color Cylindrical-coordinate representation of color #E9CFEB: hue angle of 295.71º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9CFEB is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 207 | 235 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.08 |
| HSL | 295.71º | 0.41% | 0.87% | - |
| HSV(B) | 295.71º | 0.12% | 0.92% | - |
| XYZ | 70.91 | 67.95 | 87.97 | - |
| YUV | 217.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 235 | 0.01 | 0.12 | 0 | 0.08 | 295.71 | 0.41 | 0.87 |
| Hex | E9 | CF | EB | 1 | C | 0 | 8 | 128 | 29 | 57 |
| Octal | 351 | 317 | 353 | 1 | 14 | 0 | 10 | 450 | 51 | 127 |
| Binary | 11101001 | 11001111 | 11101011 | 1 | 1100 | 0 | 1000 | 100101000 | 101001 | 1010111 |
Color Harmonies of #E9CFEB
Complementary color
Monochromatic Colors of #E9CFEB
Black with #E9CFEB
Text Example
Text Example
White with #E9CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFEB; }
p { color: rgb(233,207,235); }
H1.HeaderClassName
{
color: #E9CFEB;
}
.AnyTagClassName
{
color: #E9CFEB;
}
</style>
background-color css
<style>
a { background-color: #E9CFEB; }
a { background-color: rgb(233,207,235); }
div.DivClassName
{
background-color: #E9CFEB;
}
.BgClassName
{
background-color: #E9CFEB;
}
</style>
border-color css
<style>
span { border-color: #E9CFEB; }
span { border-color: rgb(233,207,235); }
td.TdClassName
{
border-color: #E9CFEB;
}
.TagClassName
{
border-color: #E9CFEB;
}
</style>