Shades of Snuff #EAC7F0
Tints of Snuff #EAC7F0
RGB
CMYK
RGB Variations
Color information
#EAC7F0 (or 0xEAC7F0) is known color: Snuff. HEX triplet: EA, C7 and F0. RGB value is (234,199,240). Sum of RGB (Red+Green+Blue) = 234+199+240=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 199 (78.12% from 255 or 29.57% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAC7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC7F0 is #15380F. Grayscale: #D6D6D6. Windows color (decimal): -1390608 or 15779818. OLE color: 15779818.
HSL color Cylindrical-coordinate representation of color #EAC7F0: hue angle of 291.22º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAC7F0 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 199 | 240 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.06 |
| HSL | 291.22º | 0.58% | 0.86% | - |
| HSV(B) | 291.22º | 0.17% | 0.94% | - |
| XYZ | 70.08 | 64.63 | 91.22 | - |
| YUV | 214.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 240 | 0.02 | 0.17 | 0 | 0.06 | 291.22 | 0.58 | 0.86 |
| Hex | EA | C7 | F0 | 2 | 11 | 0 | 6 | 123 | 3A | 56 |
| Octal | 352 | 307 | 360 | 2 | 21 | 0 | 6 | 443 | 72 | 126 |
| Binary | 11101010 | 11000111 | 11110000 | 10 | 10001 | 0 | 110 | 100100011 | 111010 | 1010110 |
Color Harmonies of #EAC7F0
Complementary color
Monochromatic Colors of #EAC7F0
Black with #EAC7F0
Text Example
Text Example
White with #EAC7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC7F0; }
p { color: rgb(234,199,240); }
H1.HeaderClassName
{
color: #EAC7F0;
}
.AnyTagClassName
{
color: #EAC7F0;
}
</style>
background-color css
<style>
a { background-color: #EAC7F0; }
a { background-color: rgb(234,199,240); }
div.DivClassName
{
background-color: #EAC7F0;
}
.BgClassName
{
background-color: #EAC7F0;
}
</style>
border-color css
<style>
span { border-color: #EAC7F0; }
span { border-color: rgb(234,199,240); }
td.TdClassName
{
border-color: #EAC7F0;
}
.TagClassName
{
border-color: #EAC7F0;
}
</style>