Shades of Snuff #EAC2EE
Tints of Snuff #EAC2EE
RGB
CMYK
RGB Variations
Color information
#EAC2EE (or 0xEAC2EE) is known color: Snuff. HEX triplet: EA, C2 and EE. RGB value is (234,194,238). Sum of RGB (Red+Green+Blue) = 234+194+238=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 194 (76.17% from 255 or 29.13% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAC2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC2EE is #153D11. Grayscale: #D2D2D2. Windows color (decimal): -1391890 or 15647466. OLE color: 15647466.
HSL color Cylindrical-coordinate representation of color #EAC2EE: hue angle of 294.55º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC2EE is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 194 | 238 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.07 |
| HSL | 294.55º | 0.56% | 0.85% | - |
| HSV(B) | 294.55º | 0.18% | 0.93% | - |
| XYZ | 68.66 | 62.25 | 89.29 | - |
| YUV | 210.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 238 | 0.02 | 0.18 | 0 | 0.07 | 294.55 | 0.56 | 0.85 |
| Hex | EA | C2 | EE | 2 | 12 | 0 | 7 | 127 | 38 | 55 |
| Octal | 352 | 302 | 356 | 2 | 22 | 0 | 7 | 447 | 70 | 125 |
| Binary | 11101010 | 11000010 | 11101110 | 10 | 10010 | 0 | 111 | 100100111 | 111000 | 1010101 |
Color Harmonies of #EAC2EE
Complementary color
Monochromatic Colors of #EAC2EE
Black with #EAC2EE
Text Example
Text Example
White with #EAC2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC2EE; }
p { color: rgb(234,194,238); }
H1.HeaderClassName
{
color: #EAC2EE;
}
.AnyTagClassName
{
color: #EAC2EE;
}
</style>
background-color css
<style>
a { background-color: #EAC2EE; }
a { background-color: rgb(234,194,238); }
div.DivClassName
{
background-color: #EAC2EE;
}
.BgClassName
{
background-color: #EAC2EE;
}
</style>
border-color css
<style>
span { border-color: #EAC2EE; }
span { border-color: rgb(234,194,238); }
td.TdClassName
{
border-color: #EAC2EE;
}
.TagClassName
{
border-color: #EAC2EE;
}
</style>