Shades of Snuff #E8CFEC
Tints of Snuff #E8CFEC
RGB
CMYK
RGB Variations
Color information
#E8CFEC (or 0xE8CFEC) is known color: Snuff. HEX triplet: E8, CF and EC. RGB value is (232,207,236). Sum of RGB (Red+Green+Blue) = 232+207+236=675 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.37% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8CFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CFEC is #173013. Grayscale: #D9D9D9. Windows color (decimal): -1519636 or 15519720. OLE color: 15519720.
HSL color Cylindrical-coordinate representation of color #E8CFEC: hue angle of 291.72º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8CFEC is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 207 | 236 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.07 |
| HSL | 291.72º | 0.43% | 0.87% | - |
| HSV(B) | 291.72º | 0.12% | 0.93% | - |
| XYZ | 70.73 | 67.84 | 88.72 | - |
| YUV | 217.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 236 | 0.02 | 0.12 | 0 | 0.07 | 291.72 | 0.43 | 0.87 |
| Hex | E8 | CF | EC | 2 | C | 0 | 7 | 124 | 2B | 57 |
| Octal | 350 | 317 | 354 | 2 | 14 | 0 | 7 | 444 | 53 | 127 |
| Binary | 11101000 | 11001111 | 11101100 | 10 | 1100 | 0 | 111 | 100100100 | 101011 | 1010111 |
Color Harmonies of #E8CFEC
Complementary color
Monochromatic Colors of #E8CFEC
Black with #E8CFEC
Text Example
Text Example
White with #E8CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CFEC; }
p { color: rgb(232,207,236); }
H1.HeaderClassName
{
color: #E8CFEC;
}
.AnyTagClassName
{
color: #E8CFEC;
}
</style>
background-color css
<style>
a { background-color: #E8CFEC; }
a { background-color: rgb(232,207,236); }
div.DivClassName
{
background-color: #E8CFEC;
}
.BgClassName
{
background-color: #E8CFEC;
}
</style>
border-color css
<style>
span { border-color: #E8CFEC; }
span { border-color: rgb(232,207,236); }
td.TdClassName
{
border-color: #E8CFEC;
}
.TagClassName
{
border-color: #E8CFEC;
}
</style>