Shades of Snuff #EACCE4
Tints of Snuff #EACCE4
RGB
CMYK
RGB Variations
Color information
#EACCE4 (or 0xEACCE4) is known color: Snuff. HEX triplet: EA, CC and E4. RGB value is (234,204,228). Sum of RGB (Red+Green+Blue) = 234+204+228=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCE4 is #15331B. Grayscale: #D7D7D7. Windows color (decimal): -1389340 or 14994666. OLE color: 14994666.
HSL color Cylindrical-coordinate representation of color #EACCE4: hue angle of 312º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EACCE4 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 228 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.08 |
| HSL | 312º | 0.42% | 0.86% | - |
| HSV(B) | 312º | 0.13% | 0.92% | - |
| XYZ | 69.53 | 66.28 | 82.53 | - |
| YUV | 215.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 228 | 0 | 0.13 | 0.03 | 0.08 | 312 | 0.42 | 0.86 |
| Hex | EA | CC | E4 | 0 | D | 3 | 8 | 138 | 2A | 56 |
| Octal | 352 | 314 | 344 | 0 | 15 | 3 | 10 | 470 | 52 | 126 |
| Binary | 11101010 | 11001100 | 11100100 | 0 | 1101 | 11 | 1000 | 100111000 | 101010 | 1010110 |
Color Harmonies of #EACCE4
Complementary color
Monochromatic Colors of #EACCE4
Black with #EACCE4
Text Example
Text Example
White with #EACCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCE4; }
p { color: rgb(234,204,228); }
H1.HeaderClassName
{
color: #EACCE4;
}
.AnyTagClassName
{
color: #EACCE4;
}
</style>
background-color css
<style>
a { background-color: #EACCE4; }
a { background-color: rgb(234,204,228); }
div.DivClassName
{
background-color: #EACCE4;
}
.BgClassName
{
background-color: #EACCE4;
}
</style>
border-color css
<style>
span { border-color: #EACCE4; }
span { border-color: rgb(234,204,228); }
td.TdClassName
{
border-color: #EACCE4;
}
.TagClassName
{
border-color: #EACCE4;
}
</style>