Shades of Snuff #EACEED
Tints of Snuff #EACEED
RGB
CMYK
RGB Variations
Color information
#EACEED (or 0xEACEED) is known color: Snuff. HEX triplet: EA, CE and ED. RGB value is (234,206,237). Sum of RGB (Red+Green+Blue) = 234+206+237=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: blue. Hex color #EACEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEED is #153112. Grayscale: #D9D9D9. Windows color (decimal): -1388819 or 15585002. OLE color: 15585002.
HSL color Cylindrical-coordinate representation of color #EACEED: hue angle of 294.19º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EACEED is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 206 | 237 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.07 |
| HSL | 294.19º | 0.46% | 0.87% | - |
| HSV(B) | 294.19º | 0.13% | 0.93% | - |
| XYZ | 71.29 | 67.75 | 89.44 | - |
| YUV | 217.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 237 | 0.01 | 0.13 | 0 | 0.07 | 294.19 | 0.46 | 0.87 |
| Hex | EA | CE | ED | 1 | D | 0 | 7 | 126 | 2E | 57 |
| Octal | 352 | 316 | 355 | 1 | 15 | 0 | 7 | 446 | 56 | 127 |
| Binary | 11101010 | 11001110 | 11101101 | 1 | 1101 | 0 | 111 | 100100110 | 101110 | 1010111 |
Color Harmonies of #EACEED
Complementary color
Monochromatic Colors of #EACEED
Black with #EACEED
Text Example
Text Example
White with #EACEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEED; }
p { color: rgb(234,206,237); }
H1.HeaderClassName
{
color: #EACEED;
}
.AnyTagClassName
{
color: #EACEED;
}
</style>
background-color css
<style>
a { background-color: #EACEED; }
a { background-color: rgb(234,206,237); }
div.DivClassName
{
background-color: #EACEED;
}
.BgClassName
{
background-color: #EACEED;
}
</style>
border-color css
<style>
span { border-color: #EACEED; }
span { border-color: rgb(234,206,237); }
td.TdClassName
{
border-color: #EACEED;
}
.TagClassName
{
border-color: #EACEED;
}
</style>