Shades of Snuff #E8C8EC
Tints of Snuff #E8C8EC
RGB
CMYK
RGB Variations
Color information
#E8C8EC (or 0xE8C8EC) is known color: Snuff. HEX triplet: E8, C8 and EC. RGB value is (232,200,236). Sum of RGB (Red+Green+Blue) = 232+200+236=668 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.73% from 668); Green value is 200 (78.52% from 255 or 29.94% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8C8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C8EC is #173713. Grayscale: #D5D5D5. Windows color (decimal): -1521428 or 15517928. OLE color: 15517928.
HSL color Cylindrical-coordinate representation of color #E8C8EC: hue angle of 293.33º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8C8EC is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 232 | 200 | 236 | - |
CMYK | 0.02 | 0.15 | 0 | 0.07 |
HSL | 293.33º | 0.49% | 0.85% | - |
HSV(B) | 293.33º | 0.15% | 0.93% | - |
XYZ | 69.07 | 64.52 | 88.17 | - |
YUV | 213.67 | 140.6 | 141.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 200 | 236 | 0.02 | 0.15 | 0 | 0.07 | 293.33 | 0.49 | 0.85 |
Hex | E8 | C8 | EC | 2 | F | 0 | 7 | 125 | 31 | 55 |
Octal | 350 | 310 | 354 | 2 | 17 | 0 | 7 | 445 | 61 | 125 |
Binary | 11101000 | 11001000 | 11101100 | 10 | 1111 | 0 | 111 | 100100101 | 110001 | 1010101 |
Color Harmonies of #E8C8EC
Complementary color
Monochromatic Colors of #E8C8EC
Black with #E8C8EC
Text Example
Text Example
White with #E8C8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C8EC; }
p { color: rgb(232,200,236); }
H1.HeaderClassName
{
color: #E8C8EC;
}
.AnyTagClassName
{
color: #E8C8EC;
}
</style>
background-color css
<style>
a { background-color: #E8C8EC; }
a { background-color: rgb(232,200,236); }
div.DivClassName
{
background-color: #E8C8EC;
}
.BgClassName
{
background-color: #E8C8EC;
}
</style>
border-color css
<style>
span { border-color: #E8C8EC; }
span { border-color: rgb(232,200,236); }
td.TdClassName
{
border-color: #E8C8EC;
}
.TagClassName
{
border-color: #E8C8EC;
}
</style>