Shades of Snuff #EAD4ED
Tints of Snuff #EAD4ED
RGB
CMYK
RGB Variations
Color information
#EAD4ED (or 0xEAD4ED) is known color: Snuff. HEX triplet: EA, D4 and ED. RGB value is (234,212,237). Sum of RGB (Red+Green+Blue) = 234+212+237=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 212 (83.20% from 255 or 31.04% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAD4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD4ED is #152B12. Grayscale: #DDDDDD. Windows color (decimal): -1387283 or 15586538. OLE color: 15586538.
HSL color Cylindrical-coordinate representation of color #EAD4ED: hue angle of 292.8º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAD4ED is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 212 | 237 | - |
CMYK | 0.01 | 0.11 | 0 | 0.07 |
HSL | 292.8º | 0.41% | 0.88% | - |
HSV(B) | 292.8º | 0.11% | 0.93% | - |
XYZ | 72.76 | 70.69 | 89.93 | - |
YUV | 221.43 | 136.79 | 136.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 212 | 237 | 0.01 | 0.11 | 0 | 0.07 | 292.8 | 0.41 | 0.88 |
Hex | EA | D4 | ED | 1 | B | 0 | 7 | 125 | 29 | 58 |
Octal | 352 | 324 | 355 | 1 | 13 | 0 | 7 | 445 | 51 | 130 |
Binary | 11101010 | 11010100 | 11101101 | 1 | 1011 | 0 | 111 | 100100101 | 101001 | 1011000 |
Color Harmonies of #EAD4ED
Complementary color
Monochromatic Colors of #EAD4ED
Black with #EAD4ED
Text Example
Text Example
White with #EAD4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD4ED; }
p { color: rgb(234,212,237); }
H1.HeaderClassName
{
color: #EAD4ED;
}
.AnyTagClassName
{
color: #EAD4ED;
}
</style>
background-color css
<style>
a { background-color: #EAD4ED; }
a { background-color: rgb(234,212,237); }
div.DivClassName
{
background-color: #EAD4ED;
}
.BgClassName
{
background-color: #EAD4ED;
}
</style>
border-color css
<style>
span { border-color: #EAD4ED; }
span { border-color: rgb(234,212,237); }
td.TdClassName
{
border-color: #EAD4ED;
}
.TagClassName
{
border-color: #EAD4ED;
}
</style>