Shades of Snuff #E8C4ED
Tints of Snuff #E8C4ED
RGB
CMYK
RGB Variations
Color information
#E8C4ED (or 0xE8C4ED) is known color: Snuff. HEX triplet: E8, C4 and ED. RGB value is (232,196,237). Sum of RGB (Red+Green+Blue) = 232+196+237=665 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.89% from 665); Green value is 196 (76.95% from 255 or 29.47% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8C4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C4ED is #173B12. Grayscale: #D3D3D3. Windows color (decimal): -1522451 or 15582440. OLE color: 15582440.
HSL color Cylindrical-coordinate representation of color #E8C4ED: hue angle of 292.68º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E8C4ED is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 196 | 237 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.07 |
| HSL | 292.68º | 0.53% | 0.85% | - |
| HSV(B) | 292.68º | 0.17% | 0.93% | - |
| XYZ | 68.3 | 62.75 | 88.63 | - |
| YUV | 211.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 196 | 237 | 0.02 | 0.17 | 0 | 0.07 | 292.68 | 0.53 | 0.85 |
| Hex | E8 | C4 | ED | 2 | 11 | 0 | 7 | 125 | 35 | 55 |
| Octal | 350 | 304 | 355 | 2 | 21 | 0 | 7 | 445 | 65 | 125 |
| Binary | 11101000 | 11000100 | 11101101 | 10 | 10001 | 0 | 111 | 100100101 | 110101 | 1010101 |
Color Harmonies of #E8C4ED
Complementary color
Monochromatic Colors of #E8C4ED
Black with #E8C4ED
Text Example
Text Example
White with #E8C4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C4ED; }
p { color: rgb(232,196,237); }
H1.HeaderClassName
{
color: #E8C4ED;
}
.AnyTagClassName
{
color: #E8C4ED;
}
</style>
background-color css
<style>
a { background-color: #E8C4ED; }
a { background-color: rgb(232,196,237); }
div.DivClassName
{
background-color: #E8C4ED;
}
.BgClassName
{
background-color: #E8C4ED;
}
</style>
border-color css
<style>
span { border-color: #E8C4ED; }
span { border-color: rgb(232,196,237); }
td.TdClassName
{
border-color: #E8C4ED;
}
.TagClassName
{
border-color: #E8C4ED;
}
</style>