Shades of Snuff #EAD5ED
Tints of Snuff #EAD5ED
RGB
CMYK
RGB Variations
Color information
#EAD5ED (or 0xEAD5ED) is known color: Snuff. HEX triplet: EA, D5 and ED. RGB value is (234,213,237). Sum of RGB (Red+Green+Blue) = 234+213+237=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 213 (83.59% from 255 or 31.14% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAD5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD5ED is #152A12. Grayscale: #DDDDDD. Windows color (decimal): -1387027 or 15586794. OLE color: 15586794.
HSL color Cylindrical-coordinate representation of color #EAD5ED: hue angle of 292.5º degrees, saturation: 0.4, 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 #EAD5ED is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 213 | 237 | - |
CMYK | 0.01 | 0.10 | 0 | 0.07 |
HSL | 292.5º | 0.4% | 0.88% | - |
HSV(B) | 292.5º | 0.1% | 0.93% | - |
XYZ | 73.01 | 71.2 | 90.01 | - |
YUV | 222.02 | 136.46 | 136.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 213 | 237 | 0.01 | 0.10 | 0 | 0.07 | 292.5 | 0.4 | 0.88 |
Hex | EA | D5 | ED | 1 | A | 0 | 7 | 124 | 28 | 58 |
Octal | 352 | 325 | 355 | 1 | 12 | 0 | 7 | 444 | 50 | 130 |
Binary | 11101010 | 11010101 | 11101101 | 1 | 1010 | 0 | 111 | 100100100 | 101000 | 1011000 |
Color Harmonies of #EAD5ED
Complementary color
Monochromatic Colors of #EAD5ED
Black with #EAD5ED
Text Example
Text Example
White with #EAD5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD5ED; }
p { color: rgb(234,213,237); }
H1.HeaderClassName
{
color: #EAD5ED;
}
.AnyTagClassName
{
color: #EAD5ED;
}
</style>
background-color css
<style>
a { background-color: #EAD5ED; }
a { background-color: rgb(234,213,237); }
div.DivClassName
{
background-color: #EAD5ED;
}
.BgClassName
{
background-color: #EAD5ED;
}
</style>
border-color css
<style>
span { border-color: #EAD5ED; }
span { border-color: rgb(234,213,237); }
td.TdClassName
{
border-color: #EAD5ED;
}
.TagClassName
{
border-color: #EAD5ED;
}
</style>