Shades of Snuff #E8C0ED
Tints of Snuff #E8C0ED
RGB
CMYK
RGB Variations
Color information
#E8C0ED (or 0xE8C0ED) is known color: Snuff. HEX triplet: E8, C0 and ED. RGB value is (232,192,237). Sum of RGB (Red+Green+Blue) = 232+192+237=661 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.10% from 661); Green value is 192 (75.39% from 255 or 29.05% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8C0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C0ED is #173F12. Grayscale: #D0D0D0. Windows color (decimal): -1523475 or 15581416. OLE color: 15581416.
HSL color Cylindrical-coordinate representation of color #E8C0ED: hue angle of 293.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8C0ED is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 192 | 237 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.07 |
| HSL | 293.33º | 0.56% | 0.84% | - |
| HSV(B) | 293.33º | 0.19% | 0.93% | - |
| XYZ | 67.41 | 60.97 | 88.34 | - |
| YUV | 209.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 192 | 237 | 0.02 | 0.19 | 0 | 0.07 | 293.33 | 0.56 | 0.84 |
| Hex | E8 | C0 | ED | 2 | 13 | 0 | 7 | 125 | 38 | 54 |
| Octal | 350 | 300 | 355 | 2 | 23 | 0 | 7 | 445 | 70 | 124 |
| Binary | 11101000 | 11000000 | 11101101 | 10 | 10011 | 0 | 111 | 100100101 | 111000 | 1010100 |
Color Harmonies of #E8C0ED
Complementary color
Monochromatic Colors of #E8C0ED
Black with #E8C0ED
Text Example
Text Example
White with #E8C0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C0ED; }
p { color: rgb(232,192,237); }
H1.HeaderClassName
{
color: #E8C0ED;
}
.AnyTagClassName
{
color: #E8C0ED;
}
</style>
background-color css
<style>
a { background-color: #E8C0ED; }
a { background-color: rgb(232,192,237); }
div.DivClassName
{
background-color: #E8C0ED;
}
.BgClassName
{
background-color: #E8C0ED;
}
</style>
border-color css
<style>
span { border-color: #E8C0ED; }
span { border-color: rgb(232,192,237); }
td.TdClassName
{
border-color: #E8C0ED;
}
.TagClassName
{
border-color: #E8C0ED;
}
</style>