Shades of Snuff #EACAEB
Tints of Snuff #EACAEB
RGB
CMYK
RGB Variations
Color information
#EACAEB (or 0xEACAEB) is known color: Snuff. HEX triplet: EA, CA and EB. RGB value is (234,202,235). Sum of RGB (Red+Green+Blue) = 234+202+235=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 235 - color contains mainly: blue. Hex color #EACAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACAEB is #153514. Grayscale: #D7D7D7. Windows color (decimal): -1389845 or 15452906. OLE color: 15452906.
HSL color Cylindrical-coordinate representation of color #EACAEB: hue angle of 298.18º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EACAEB is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 235 | - |
| CMYK | 0.00 | 0.14 | 0 | 0.08 |
| HSL | 298.18º | 0.45% | 0.86% | - |
| HSV(B) | 298.18º | 0.14% | 0.92% | - |
| XYZ | 70.05 | 65.73 | 87.59 | - |
| YUV | 215.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 235 | 0.00 | 0.14 | 0 | 0.08 | 298.18 | 0.45 | 0.86 |
| Hex | EA | CA | EB | 0 | E | 0 | 8 | 12A | 2D | 56 |
| Octal | 352 | 312 | 353 | 0 | 16 | 0 | 10 | 452 | 55 | 126 |
| Binary | 11101010 | 11001010 | 11101011 | 0 | 1110 | 0 | 1000 | 100101010 | 101101 | 1010110 |
Color Harmonies of #EACAEB
Complementary color
Monochromatic Colors of #EACAEB
Black with #EACAEB
Text Example
Text Example
White with #EACAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAEB; }
p { color: rgb(234,202,235); }
H1.HeaderClassName
{
color: #EACAEB;
}
.AnyTagClassName
{
color: #EACAEB;
}
</style>
background-color css
<style>
a { background-color: #EACAEB; }
a { background-color: rgb(234,202,235); }
div.DivClassName
{
background-color: #EACAEB;
}
.BgClassName
{
background-color: #EACAEB;
}
</style>
border-color css
<style>
span { border-color: #EACAEB; }
span { border-color: rgb(234,202,235); }
td.TdClassName
{
border-color: #EACAEB;
}
.TagClassName
{
border-color: #EACAEB;
}
</style>