Shades of Snuff #EAC7ED
Tints of Snuff #EAC7ED
RGB
CMYK
RGB Variations
Color information
#EAC7ED (or 0xEAC7ED) is known color: Snuff. HEX triplet: EA, C7 and ED. RGB value is (234,199,237). Sum of RGB (Red+Green+Blue) = 234+199+237=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 199 (78.12% from 255 or 29.70% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAC7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC7ED is #153812. Grayscale: #D5D5D5. Windows color (decimal): -1390611 or 15583210. OLE color: 15583210.
HSL color Cylindrical-coordinate representation of color #EAC7ED: hue angle of 295.26º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAC7ED is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 199 | 237 | - |
CMYK | 0.01 | 0.16 | 0 | 0.07 |
HSL | 295.26º | 0.51% | 0.85% | - |
HSV(B) | 295.26º | 0.16% | 0.93% | - |
XYZ | 69.64 | 64.45 | 88.89 | - |
YUV | 213.8 | 141.1 | 142.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 199 | 237 | 0.01 | 0.16 | 0 | 0.07 | 295.26 | 0.51 | 0.85 |
Hex | EA | C7 | ED | 1 | 10 | 0 | 7 | 127 | 33 | 55 |
Octal | 352 | 307 | 355 | 1 | 20 | 0 | 7 | 447 | 63 | 125 |
Binary | 11101010 | 11000111 | 11101101 | 1 | 10000 | 0 | 111 | 100100111 | 110011 | 1010101 |
Color Harmonies of #EAC7ED
Complementary color
Monochromatic Colors of #EAC7ED
Black with #EAC7ED
Text Example
Text Example
White with #EAC7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC7ED; }
p { color: rgb(234,199,237); }
H1.HeaderClassName
{
color: #EAC7ED;
}
.AnyTagClassName
{
color: #EAC7ED;
}
</style>
background-color css
<style>
a { background-color: #EAC7ED; }
a { background-color: rgb(234,199,237); }
div.DivClassName
{
background-color: #EAC7ED;
}
.BgClassName
{
background-color: #EAC7ED;
}
</style>
border-color css
<style>
span { border-color: #EAC7ED; }
span { border-color: rgb(234,199,237); }
td.TdClassName
{
border-color: #EAC7ED;
}
.TagClassName
{
border-color: #EAC7ED;
}
</style>