Shades of Snuff #EAC6ED
Tints of Snuff #EAC6ED
RGB
CMYK
RGB Variations
Color information
#EAC6ED (or 0xEAC6ED) is known color: Snuff. HEX triplet: EA, C6 and ED. RGB value is (234,198,237). Sum of RGB (Red+Green+Blue) = 234+198+237=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 198 (77.73% from 255 or 29.60% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAC6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC6ED is #153912. Grayscale: #D5D5D5. Windows color (decimal): -1390867 or 15582954. OLE color: 15582954.
HSL color Cylindrical-coordinate representation of color #EAC6ED: hue angle of 295.38º degrees, saturation: 0.52, 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 #EAC6ED is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 198 | 237 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.07 |
| HSL | 295.38º | 0.52% | 0.85% | - |
| HSV(B) | 295.38º | 0.16% | 0.93% | - |
| XYZ | 69.41 | 64 | 88.81 | - |
| YUV | 213.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 237 | 0.01 | 0.16 | 0 | 0.07 | 295.38 | 0.52 | 0.85 |
| Hex | EA | C6 | ED | 1 | 10 | 0 | 7 | 127 | 34 | 55 |
| Octal | 352 | 306 | 355 | 1 | 20 | 0 | 7 | 447 | 64 | 125 |
| Binary | 11101010 | 11000110 | 11101101 | 1 | 10000 | 0 | 111 | 100100111 | 110100 | 1010101 |
Color Harmonies of #EAC6ED
Complementary color
Monochromatic Colors of #EAC6ED
Black with #EAC6ED
Text Example
Text Example
White with #EAC6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC6ED; }
p { color: rgb(234,198,237); }
H1.HeaderClassName
{
color: #EAC6ED;
}
.AnyTagClassName
{
color: #EAC6ED;
}
</style>
background-color css
<style>
a { background-color: #EAC6ED; }
a { background-color: rgb(234,198,237); }
div.DivClassName
{
background-color: #EAC6ED;
}
.BgClassName
{
background-color: #EAC6ED;
}
</style>
border-color css
<style>
span { border-color: #EAC6ED; }
span { border-color: rgb(234,198,237); }
td.TdClassName
{
border-color: #EAC6ED;
}
.TagClassName
{
border-color: #EAC6ED;
}
</style>