Shades of Snuff #EACEE4
Tints of Snuff #EACEE4
RGB
CMYK
RGB Variations
Color information
#EACEE4 (or 0xEACEE4) is known color: Snuff. HEX triplet: EA, CE and E4. RGB value is (234,206,228). Sum of RGB (Red+Green+Blue) = 234+206+228=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEE4 is #15311B. Grayscale: #D8D8D8. Windows color (decimal): -1388828 or 14995178. OLE color: 14995178.
HSL color Cylindrical-coordinate representation of color #EACEE4: hue angle of 312.86º 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 #EACEE4 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 228 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.08 |
| HSL | 312.86º | 0.4% | 0.86% | - |
| HSV(B) | 312.86º | 0.12% | 0.92% | - |
| XYZ | 70.01 | 67.24 | 82.69 | - |
| YUV | 216.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 228 | 0 | 0.12 | 0.03 | 0.08 | 312.86 | 0.4 | 0.86 |
| Hex | EA | CE | E4 | 0 | C | 3 | 8 | 139 | 28 | 56 |
| Octal | 352 | 316 | 344 | 0 | 14 | 3 | 10 | 471 | 50 | 126 |
| Binary | 11101010 | 11001110 | 11100100 | 0 | 1100 | 11 | 1000 | 100111001 | 101000 | 1010110 |
Color Harmonies of #EACEE4
Complementary color
Monochromatic Colors of #EACEE4
Black with #EACEE4
Text Example
Text Example
White with #EACEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEE4; }
p { color: rgb(234,206,228); }
H1.HeaderClassName
{
color: #EACEE4;
}
.AnyTagClassName
{
color: #EACEE4;
}
</style>
background-color css
<style>
a { background-color: #EACEE4; }
a { background-color: rgb(234,206,228); }
div.DivClassName
{
background-color: #EACEE4;
}
.BgClassName
{
background-color: #EACEE4;
}
</style>
border-color css
<style>
span { border-color: #EACEE4; }
span { border-color: rgb(234,206,228); }
td.TdClassName
{
border-color: #EACEE4;
}
.TagClassName
{
border-color: #EACEE4;
}
</style>