Shades of Snuff #EAD8EC
Tints of Snuff #EAD8EC
RGB
CMYK
RGB Variations
Color information
#EAD8EC (or 0xEAD8EC) is known color: Snuff. HEX triplet: EA, D8 and EC. RGB value is (234,216,236). Sum of RGB (Red+Green+Blue) = 234+216+236=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAD8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD8EC is #152713. Grayscale: #DFDFDF. Windows color (decimal): -1386260 or 15522026. OLE color: 15522026.
HSL color Cylindrical-coordinate representation of color #EAD8EC: hue angle of 294º degrees, saturation: 0.34, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAD8EC is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 216 | 236 | - |
CMYK | 0.01 | 0.08 | 0 | 0.07 |
HSL | 294º | 0.34% | 0.89% | - |
HSV(B) | 294º | 0.08% | 0.93% | - |
XYZ | 73.63 | 72.66 | 89.5 | - |
YUV | 223.66 | 134.96 | 135.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 216 | 236 | 0.01 | 0.08 | 0 | 0.07 | 294 | 0.34 | 0.89 |
Hex | EA | D8 | EC | 1 | 8 | 0 | 7 | 126 | 22 | 59 |
Octal | 352 | 330 | 354 | 1 | 10 | 0 | 7 | 446 | 42 | 131 |
Binary | 11101010 | 11011000 | 11101100 | 1 | 1000 | 0 | 111 | 100100110 | 100010 | 1011001 |
Color Harmonies of #EAD8EC
Complementary color
Monochromatic Colors of #EAD8EC
Black with #EAD8EC
Text Example
Text Example
White with #EAD8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD8EC; }
p { color: rgb(234,216,236); }
H1.HeaderClassName
{
color: #EAD8EC;
}
.AnyTagClassName
{
color: #EAD8EC;
}
</style>
background-color css
<style>
a { background-color: #EAD8EC; }
a { background-color: rgb(234,216,236); }
div.DivClassName
{
background-color: #EAD8EC;
}
.BgClassName
{
background-color: #EAD8EC;
}
</style>
border-color css
<style>
span { border-color: #EAD8EC; }
span { border-color: rgb(234,216,236); }
td.TdClassName
{
border-color: #EAD8EC;
}
.TagClassName
{
border-color: #EAD8EC;
}
</style>