Shades of Snuff #EAC3EF
Tints of Snuff #EAC3EF
RGB
CMYK
RGB Variations
Color information
#EAC3EF (or 0xEAC3EF) is known color: Snuff. HEX triplet: EA, C3 and EF. RGB value is (234,195,239). Sum of RGB (Red+Green+Blue) = 234+195+239=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 195 (76.56% from 255 or 29.19% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAC3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC3EF is #153C10. Grayscale: #D3D3D3. Windows color (decimal): -1391633 or 15713258. OLE color: 15713258.
HSL color Cylindrical-coordinate representation of color #EAC3EF: hue angle of 293.18º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC3EF is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 195 | 239 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.06 |
| HSL | 293.18º | 0.58% | 0.85% | - |
| HSV(B) | 293.18º | 0.18% | 0.94% | - |
| XYZ | 69.03 | 62.75 | 90.14 | - |
| YUV | 211.68 | 143.42 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 239 | 0.02 | 0.18 | 0 | 0.06 | 293.18 | 0.58 | 0.85 |
| Hex | EA | C3 | EF | 2 | 12 | 0 | 6 | 125 | 3A | 55 |
| Octal | 352 | 303 | 357 | 2 | 22 | 0 | 6 | 445 | 72 | 125 |
| Binary | 11101010 | 11000011 | 11101111 | 10 | 10010 | 0 | 110 | 100100101 | 111010 | 1010101 |
Color Harmonies of #EAC3EF
Complementary color
Monochromatic Colors of #EAC3EF
Black with #EAC3EF
Text Example
Text Example
White with #EAC3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC3EF; }
p { color: rgb(234,195,239); }
H1.HeaderClassName
{
color: #EAC3EF;
}
.AnyTagClassName
{
color: #EAC3EF;
}
</style>
background-color css
<style>
a { background-color: #EAC3EF; }
a { background-color: rgb(234,195,239); }
div.DivClassName
{
background-color: #EAC3EF;
}
.BgClassName
{
background-color: #EAC3EF;
}
</style>
border-color css
<style>
span { border-color: #EAC3EF; }
span { border-color: rgb(234,195,239); }
td.TdClassName
{
border-color: #EAC3EF;
}
.TagClassName
{
border-color: #EAC3EF;
}
</style>