Shades of Snuff #EAD2ED
Tints of Snuff #EAD2ED
RGB
CMYK
RGB Variations
Color information
#EAD2ED (or 0xEAD2ED) is known color: Snuff. HEX triplet: EA, D2 and ED. RGB value is (234,210,237). Sum of RGB (Red+Green+Blue) = 234+210+237=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 210 (82.42% from 255 or 30.84% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAD2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD2ED is #152D12. Grayscale: #DCDCDC. Windows color (decimal): -1387795 or 15586026. OLE color: 15586026.
HSL color Cylindrical-coordinate representation of color #EAD2ED: hue angle of 293.33º degrees, saturation: 0.43, 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 #EAD2ED is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 210 | 237 | - |
CMYK | 0.01 | 0.11 | 0 | 0.07 |
HSL | 293.33º | 0.43% | 0.88% | - |
HSV(B) | 293.33º | 0.11% | 0.93% | - |
XYZ | 72.26 | 69.7 | 89.77 | - |
YUV | 220.25 | 137.45 | 137.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 210 | 237 | 0.01 | 0.11 | 0 | 0.07 | 293.33 | 0.43 | 0.88 |
Hex | EA | D2 | ED | 1 | B | 0 | 7 | 125 | 2B | 58 |
Octal | 352 | 322 | 355 | 1 | 13 | 0 | 7 | 445 | 53 | 130 |
Binary | 11101010 | 11010010 | 11101101 | 1 | 1011 | 0 | 111 | 100100101 | 101011 | 1011000 |
Color Harmonies of #EAD2ED
Complementary color
Monochromatic Colors of #EAD2ED
Black with #EAD2ED
Text Example
Text Example
White with #EAD2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD2ED; }
p { color: rgb(234,210,237); }
H1.HeaderClassName
{
color: #EAD2ED;
}
.AnyTagClassName
{
color: #EAD2ED;
}
</style>
background-color css
<style>
a { background-color: #EAD2ED; }
a { background-color: rgb(234,210,237); }
div.DivClassName
{
background-color: #EAD2ED;
}
.BgClassName
{
background-color: #EAD2ED;
}
</style>
border-color css
<style>
span { border-color: #EAD2ED; }
span { border-color: rgb(234,210,237); }
td.TdClassName
{
border-color: #EAD2ED;
}
.TagClassName
{
border-color: #EAD2ED;
}
</style>