Shades of Snuff #EAD6ED
Tints of Snuff #EAD6ED
RGB
CMYK
RGB Variations
Color information
#EAD6ED (or 0xEAD6ED) is known color: Snuff. HEX triplet: EA, D6 and ED. RGB value is (234,214,237). Sum of RGB (Red+Green+Blue) = 234+214+237=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAD6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD6ED is #152912. Grayscale: #DEDEDE. Windows color (decimal): -1386771 or 15587050. OLE color: 15587050.
HSL color Cylindrical-coordinate representation of color #EAD6ED: hue angle of 292.17º degrees, saturation: 0.39, 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 #EAD6ED is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 214 | 237 | - |
CMYK | 0.01 | 0.10 | 0 | 0.07 |
HSL | 292.17º | 0.39% | 0.88% | - |
HSV(B) | 292.17º | 0.1% | 0.93% | - |
XYZ | 73.26 | 71.7 | 90.1 | - |
YUV | 222.6 | 136.13 | 136.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 214 | 237 | 0.01 | 0.10 | 0 | 0.07 | 292.17 | 0.39 | 0.88 |
Hex | EA | D6 | ED | 1 | A | 0 | 7 | 124 | 27 | 58 |
Octal | 352 | 326 | 355 | 1 | 12 | 0 | 7 | 444 | 47 | 130 |
Binary | 11101010 | 11010110 | 11101101 | 1 | 1010 | 0 | 111 | 100100100 | 100111 | 1011000 |
Color Harmonies of #EAD6ED
Complementary color
Monochromatic Colors of #EAD6ED
Black with #EAD6ED
Text Example
Text Example
White with #EAD6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD6ED; }
p { color: rgb(234,214,237); }
H1.HeaderClassName
{
color: #EAD6ED;
}
.AnyTagClassName
{
color: #EAD6ED;
}
</style>
background-color css
<style>
a { background-color: #EAD6ED; }
a { background-color: rgb(234,214,237); }
div.DivClassName
{
background-color: #EAD6ED;
}
.BgClassName
{
background-color: #EAD6ED;
}
</style>
border-color css
<style>
span { border-color: #EAD6ED; }
span { border-color: rgb(234,214,237); }
td.TdClassName
{
border-color: #EAD6ED;
}
.TagClassName
{
border-color: #EAD6ED;
}
</style>