Shades of Snuff #EAC8ED
Tints of Snuff #EAC8ED
RGB
CMYK
RGB Variations
Color information
#EAC8ED (or 0xEAC8ED) is known color: Snuff. HEX triplet: EA, C8 and ED. RGB value is (234,200,237). Sum of RGB (Red+Green+Blue) = 234+200+237=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 200 (78.52% from 255 or 29.81% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAC8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC8ED is #153712. Grayscale: #D6D6D6. Windows color (decimal): -1390355 or 15583466. OLE color: 15583466.
HSL color Cylindrical-coordinate representation of color #EAC8ED: hue angle of 295.14º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAC8ED is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 200 | 237 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.07 |
| HSL | 295.14º | 0.51% | 0.86% | - |
| HSV(B) | 295.14º | 0.16% | 0.93% | - |
| XYZ | 69.87 | 64.92 | 88.97 | - |
| YUV | 214.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 237 | 0.01 | 0.16 | 0 | 0.07 | 295.14 | 0.51 | 0.86 |
| Hex | EA | C8 | ED | 1 | 10 | 0 | 7 | 127 | 33 | 56 |
| Octal | 352 | 310 | 355 | 1 | 20 | 0 | 7 | 447 | 63 | 126 |
| Binary | 11101010 | 11001000 | 11101101 | 1 | 10000 | 0 | 111 | 100100111 | 110011 | 1010110 |
Color Harmonies of #EAC8ED
Complementary color
Monochromatic Colors of #EAC8ED
Black with #EAC8ED
Text Example
Text Example
White with #EAC8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC8ED; }
p { color: rgb(234,200,237); }
H1.HeaderClassName
{
color: #EAC8ED;
}
.AnyTagClassName
{
color: #EAC8ED;
}
</style>
background-color css
<style>
a { background-color: #EAC8ED; }
a { background-color: rgb(234,200,237); }
div.DivClassName
{
background-color: #EAC8ED;
}
.BgClassName
{
background-color: #EAC8ED;
}
</style>
border-color css
<style>
span { border-color: #EAC8ED; }
span { border-color: rgb(234,200,237); }
td.TdClassName
{
border-color: #EAC8ED;
}
.TagClassName
{
border-color: #EAC8ED;
}
</style>