Shades of Snuff #EACCE7
Tints of Snuff #EACCE7
RGB
CMYK
RGB Variations
Color information
#EACCE7 (or 0xEACCE7) is known color: Snuff. HEX triplet: EA, CC and E7. RGB value is (234,204,231). Sum of RGB (Red+Green+Blue) = 234+204+231=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCE7 is #153318. Grayscale: #D7D7D7. Windows color (decimal): -1389337 or 15191274. OLE color: 15191274.
HSL color Cylindrical-coordinate representation of color #EACCE7: hue angle of 306º 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 #EACCE7 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 231 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.08 |
| HSL | 306º | 0.42% | 0.86% | - |
| HSV(B) | 306º | 0.13% | 0.92% | - |
| XYZ | 69.95 | 66.45 | 84.74 | - |
| YUV | 216.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 231 | 0 | 0.13 | 0.01 | 0.08 | 306 | 0.42 | 0.86 |
| Hex | EA | CC | E7 | 0 | D | 1 | 8 | 132 | 2A | 56 |
| Octal | 352 | 314 | 347 | 0 | 15 | 1 | 10 | 462 | 52 | 126 |
| Binary | 11101010 | 11001100 | 11100111 | 0 | 1101 | 1 | 1000 | 100110010 | 101010 | 1010110 |
Color Harmonies of #EACCE7
Complementary color
Monochromatic Colors of #EACCE7
Black with #EACCE7
Text Example
Text Example
White with #EACCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCE7; }
p { color: rgb(234,204,231); }
H1.HeaderClassName
{
color: #EACCE7;
}
.AnyTagClassName
{
color: #EACCE7;
}
</style>
background-color css
<style>
a { background-color: #EACCE7; }
a { background-color: rgb(234,204,231); }
div.DivClassName
{
background-color: #EACCE7;
}
.BgClassName
{
background-color: #EACCE7;
}
</style>
border-color css
<style>
span { border-color: #EACCE7; }
span { border-color: rgb(234,204,231); }
td.TdClassName
{
border-color: #EACCE7;
}
.TagClassName
{
border-color: #EACCE7;
}
</style>