Shades of Snuff #EAD6EC
Tints of Snuff #EAD6EC
RGB
CMYK
RGB Variations
Color information
#EAD6EC (or 0xEAD6EC) is known color: Snuff. HEX triplet: EA, D6 and EC. RGB value is (234,214,236). Sum of RGB (Red+Green+Blue) = 234+214+236=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 214 (83.98% from 255 or 31.29% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAD6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD6EC is #152913. Grayscale: #DEDEDE. Windows color (decimal): -1386772 or 15521514. OLE color: 15521514.
HSL color Cylindrical-coordinate representation of color #EAD6EC: hue angle of 294.55º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAD6EC is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 214 | 236 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.07 |
| HSL | 294.55º | 0.37% | 0.88% | - |
| HSV(B) | 294.55º | 0.09% | 0.93% | - |
| XYZ | 73.12 | 71.64 | 89.33 | - |
| YUV | 222.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 214 | 236 | 0.01 | 0.09 | 0 | 0.07 | 294.55 | 0.37 | 0.88 |
| Hex | EA | D6 | EC | 1 | 9 | 0 | 7 | 127 | 25 | 58 |
| Octal | 352 | 326 | 354 | 1 | 11 | 0 | 7 | 447 | 45 | 130 |
| Binary | 11101010 | 11010110 | 11101100 | 1 | 1001 | 0 | 111 | 100100111 | 100101 | 1011000 |
Color Harmonies of #EAD6EC
Complementary color
Monochromatic Colors of #EAD6EC
Black with #EAD6EC
Text Example
Text Example
White with #EAD6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD6EC; }
p { color: rgb(234,214,236); }
H1.HeaderClassName
{
color: #EAD6EC;
}
.AnyTagClassName
{
color: #EAD6EC;
}
</style>
background-color css
<style>
a { background-color: #EAD6EC; }
a { background-color: rgb(234,214,236); }
div.DivClassName
{
background-color: #EAD6EC;
}
.BgClassName
{
background-color: #EAD6EC;
}
</style>
border-color css
<style>
span { border-color: #EAD6EC; }
span { border-color: rgb(234,214,236); }
td.TdClassName
{
border-color: #EAD6EC;
}
.TagClassName
{
border-color: #EAD6EC;
}
</style>