Shades of Snuff #EACEE6
Tints of Snuff #EACEE6
RGB
CMYK
RGB Variations
Color information
#EACEE6 (or 0xEACEE6) is known color: Snuff. HEX triplet: EA, CE and E6. RGB value is (234,206,230). Sum of RGB (Red+Green+Blue) = 234+206+230=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 230 (90.23% from 255 or 34.33% from 670); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEE6 is #153119. Grayscale: #D9D9D9. Windows color (decimal): -1388826 or 15126250. OLE color: 15126250.
HSL color Cylindrical-coordinate representation of color #EACEE6: hue angle of 308.57º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACEE6 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 230 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.08 |
| HSL | 308.57º | 0.4% | 0.86% | - |
| HSV(B) | 308.57º | 0.12% | 0.92% | - |
| XYZ | 70.29 | 67.35 | 84.16 | - |
| YUV | 217.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 230 | 0 | 0.12 | 0.02 | 0.08 | 308.57 | 0.4 | 0.86 |
| Hex | EA | CE | E6 | 0 | C | 2 | 8 | 135 | 28 | 56 |
| Octal | 352 | 316 | 346 | 0 | 14 | 2 | 10 | 465 | 50 | 126 |
| Binary | 11101010 | 11001110 | 11100110 | 0 | 1100 | 10 | 1000 | 100110101 | 101000 | 1010110 |
Color Harmonies of #EACEE6
Complementary color
Monochromatic Colors of #EACEE6
Black with #EACEE6
Text Example
Text Example
White with #EACEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEE6; }
p { color: rgb(234,206,230); }
H1.HeaderClassName
{
color: #EACEE6;
}
.AnyTagClassName
{
color: #EACEE6;
}
</style>
background-color css
<style>
a { background-color: #EACEE6; }
a { background-color: rgb(234,206,230); }
div.DivClassName
{
background-color: #EACEE6;
}
.BgClassName
{
background-color: #EACEE6;
}
</style>
border-color css
<style>
span { border-color: #EACEE6; }
span { border-color: rgb(234,206,230); }
td.TdClassName
{
border-color: #EACEE6;
}
.TagClassName
{
border-color: #EACEE6;
}
</style>