Shades of Snuff #EAC1EE
Tints of Snuff #EAC1EE
RGB
CMYK
RGB Variations
Color information
#EAC1EE (or 0xEAC1EE) is known color: Snuff. HEX triplet: EA, C1 and EE. RGB value is (234,193,238). Sum of RGB (Red+Green+Blue) = 234+193+238=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 193 (75.78% from 255 or 29.02% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAC1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC1EE is #153E11. Grayscale: #D2D2D2. Windows color (decimal): -1392146 or 15647210. OLE color: 15647210.
HSL color Cylindrical-coordinate representation of color #EAC1EE: hue angle of 294.67º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAC1EE is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 193 | 238 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.07 |
| HSL | 294.67º | 0.57% | 0.85% | - |
| HSV(B) | 294.67º | 0.19% | 0.93% | - |
| XYZ | 68.43 | 61.81 | 89.21 | - |
| YUV | 210.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 238 | 0.02 | 0.19 | 0 | 0.07 | 294.67 | 0.57 | 0.85 |
| Hex | EA | C1 | EE | 2 | 13 | 0 | 7 | 127 | 39 | 55 |
| Octal | 352 | 301 | 356 | 2 | 23 | 0 | 7 | 447 | 71 | 125 |
| Binary | 11101010 | 11000001 | 11101110 | 10 | 10011 | 0 | 111 | 100100111 | 111001 | 1010101 |
Color Harmonies of #EAC1EE
Complementary color
Monochromatic Colors of #EAC1EE
Black with #EAC1EE
Text Example
Text Example
White with #EAC1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC1EE; }
p { color: rgb(234,193,238); }
H1.HeaderClassName
{
color: #EAC1EE;
}
.AnyTagClassName
{
color: #EAC1EE;
}
</style>
background-color css
<style>
a { background-color: #EAC1EE; }
a { background-color: rgb(234,193,238); }
div.DivClassName
{
background-color: #EAC1EE;
}
.BgClassName
{
background-color: #EAC1EE;
}
</style>
border-color css
<style>
span { border-color: #EAC1EE; }
span { border-color: rgb(234,193,238); }
td.TdClassName
{
border-color: #EAC1EE;
}
.TagClassName
{
border-color: #EAC1EE;
}
</style>