Shades of Snuff #EAD5EC
Tints of Snuff #EAD5EC
RGB
CMYK
RGB Variations
Color information
#EAD5EC (or 0xEAD5EC) is known color: Snuff. HEX triplet: EA, D5 and EC. RGB value is (234,213,236). Sum of RGB (Red+Green+Blue) = 234+213+236=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 213 (83.59% from 255 or 31.19% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAD5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD5EC is #152A13. Grayscale: #DDDDDD. Windows color (decimal): -1387028 or 15521258. OLE color: 15521258.
HSL color Cylindrical-coordinate representation of color #EAD5EC: hue angle of 294.78º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAD5EC is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 213 | 236 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.07 |
| HSL | 294.78º | 0.38% | 0.88% | - |
| HSV(B) | 294.78º | 0.1% | 0.93% | - |
| XYZ | 72.87 | 71.14 | 89.25 | - |
| YUV | 221.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 213 | 236 | 0.01 | 0.10 | 0 | 0.07 | 294.78 | 0.38 | 0.88 |
| Hex | EA | D5 | EC | 1 | A | 0 | 7 | 127 | 26 | 58 |
| Octal | 352 | 325 | 354 | 1 | 12 | 0 | 7 | 447 | 46 | 130 |
| Binary | 11101010 | 11010101 | 11101100 | 1 | 1010 | 0 | 111 | 100100111 | 100110 | 1011000 |
Color Harmonies of #EAD5EC
Complementary color
Monochromatic Colors of #EAD5EC
Black with #EAD5EC
Text Example
Text Example
White with #EAD5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD5EC; }
p { color: rgb(234,213,236); }
H1.HeaderClassName
{
color: #EAD5EC;
}
.AnyTagClassName
{
color: #EAD5EC;
}
</style>
background-color css
<style>
a { background-color: #EAD5EC; }
a { background-color: rgb(234,213,236); }
div.DivClassName
{
background-color: #EAD5EC;
}
.BgClassName
{
background-color: #EAD5EC;
}
</style>
border-color css
<style>
span { border-color: #EAD5EC; }
span { border-color: rgb(234,213,236); }
td.TdClassName
{
border-color: #EAD5EC;
}
.TagClassName
{
border-color: #EAD5EC;
}
</style>