Shades of Snuff #EACDEC
Tints of Snuff #EACDEC
RGB
CMYK
RGB Variations
Color information
#EACDEC (or 0xEACDEC) is known color: Snuff. HEX triplet: EA, CD and EC. RGB value is (234,205,236). Sum of RGB (Red+Green+Blue) = 234+205+236=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: blue. Hex color #EACDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACDEC is #153213. Grayscale: #D9D9D9. Windows color (decimal): -1389076 or 15519210. OLE color: 15519210.
HSL color Cylindrical-coordinate representation of color #EACDEC: hue angle of 296.13º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EACDEC is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 205 | 236 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.07 |
| HSL | 296.13º | 0.45% | 0.86% | - |
| HSV(B) | 296.13º | 0.13% | 0.93% | - |
| XYZ | 70.9 | 67.21 | 88.59 | - |
| YUV | 217.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 236 | 0.01 | 0.13 | 0 | 0.07 | 296.13 | 0.45 | 0.86 |
| Hex | EA | CD | EC | 1 | D | 0 | 7 | 128 | 2D | 56 |
| Octal | 352 | 315 | 354 | 1 | 15 | 0 | 7 | 450 | 55 | 126 |
| Binary | 11101010 | 11001101 | 11101100 | 1 | 1101 | 0 | 111 | 100101000 | 101101 | 1010110 |
Color Harmonies of #EACDEC
Complementary color
Monochromatic Colors of #EACDEC
Black with #EACDEC
Text Example
Text Example
White with #EACDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDEC; }
p { color: rgb(234,205,236); }
H1.HeaderClassName
{
color: #EACDEC;
}
.AnyTagClassName
{
color: #EACDEC;
}
</style>
background-color css
<style>
a { background-color: #EACDEC; }
a { background-color: rgb(234,205,236); }
div.DivClassName
{
background-color: #EACDEC;
}
.BgClassName
{
background-color: #EACDEC;
}
</style>
border-color css
<style>
span { border-color: #EACDEC; }
span { border-color: rgb(234,205,236); }
td.TdClassName
{
border-color: #EACDEC;
}
.TagClassName
{
border-color: #EACDEC;
}
</style>