Shades of Snuff #EAC4EC
Tints of Snuff #EAC4EC
RGB
CMYK
RGB Variations
Color information
#EAC4EC (or 0xEAC4EC) is known color: Snuff. HEX triplet: EA, C4 and EC. RGB value is (234,196,236). Sum of RGB (Red+Green+Blue) = 234+196+236=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 196 (76.95% from 255 or 29.43% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAC4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC4EC is #153B13. Grayscale: #D3D3D3. Windows color (decimal): -1391380 or 15516906. OLE color: 15516906.
HSL color Cylindrical-coordinate representation of color #EAC4EC: hue angle of 297º degrees, saturation: 0.51, 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 #EAC4EC is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 196 | 236 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.07 |
| HSL | 297º | 0.51% | 0.85% | - |
| HSV(B) | 297º | 0.17% | 0.93% | - |
| XYZ | 68.81 | 63.03 | 87.9 | - |
| YUV | 211.92 | 141.59 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 236 | 0.01 | 0.17 | 0 | 0.07 | 297 | 0.51 | 0.85 |
| Hex | EA | C4 | EC | 1 | 11 | 0 | 7 | 129 | 33 | 55 |
| Octal | 352 | 304 | 354 | 1 | 21 | 0 | 7 | 451 | 63 | 125 |
| Binary | 11101010 | 11000100 | 11101100 | 1 | 10001 | 0 | 111 | 100101001 | 110011 | 1010101 |
Color Harmonies of #EAC4EC
Complementary color
Monochromatic Colors of #EAC4EC
Black with #EAC4EC
Text Example
Text Example
White with #EAC4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC4EC; }
p { color: rgb(234,196,236); }
H1.HeaderClassName
{
color: #EAC4EC;
}
.AnyTagClassName
{
color: #EAC4EC;
}
</style>
background-color css
<style>
a { background-color: #EAC4EC; }
a { background-color: rgb(234,196,236); }
div.DivClassName
{
background-color: #EAC4EC;
}
.BgClassName
{
background-color: #EAC4EC;
}
</style>
border-color css
<style>
span { border-color: #EAC4EC; }
span { border-color: rgb(234,196,236); }
td.TdClassName
{
border-color: #EAC4EC;
}
.TagClassName
{
border-color: #EAC4EC;
}
</style>