Shades of Snuff #EAD2E9
Tints of Snuff #EAD2E9
RGB
CMYK
RGB Variations
Color information
#EAD2E9 (or 0xEAD2E9) is known color: Snuff. HEX triplet: EA, D2 and E9. RGB value is (234,210,233). Sum of RGB (Red+Green+Blue) = 234+210+233=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 233 (91.41% from 255 or 34.42% from 677); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD2E9 is #152D16. Grayscale: #DBDBDB. Windows color (decimal): -1387799 or 15323882. OLE color: 15323882.
HSL color Cylindrical-coordinate representation of color #EAD2E9: hue angle of 302.5º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAD2E9 is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 233 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.08 |
| HSL | 302.5º | 0.36% | 0.87% | - |
| HSV(B) | 302.5º | 0.1% | 0.92% | - |
| XYZ | 71.69 | 69.47 | 86.72 | - |
| YUV | 219.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 233 | 0 | 0.10 | 0.00 | 0.08 | 302.5 | 0.36 | 0.87 |
| Hex | EA | D2 | E9 | 0 | A | 0 | 8 | 12E | 24 | 57 |
| Octal | 352 | 322 | 351 | 0 | 12 | 0 | 10 | 456 | 44 | 127 |
| Binary | 11101010 | 11010010 | 11101001 | 0 | 1010 | 0 | 1000 | 100101110 | 100100 | 1010111 |
Color Harmonies of #EAD2E9
Complementary color
Monochromatic Colors of #EAD2E9
Black with #EAD2E9
Text Example
Text Example
White with #EAD2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD2E9; }
p { color: rgb(234,210,233); }
H1.HeaderClassName
{
color: #EAD2E9;
}
.AnyTagClassName
{
color: #EAD2E9;
}
</style>
background-color css
<style>
a { background-color: #EAD2E9; }
a { background-color: rgb(234,210,233); }
div.DivClassName
{
background-color: #EAD2E9;
}
.BgClassName
{
background-color: #EAD2E9;
}
</style>
border-color css
<style>
span { border-color: #EAD2E9; }
span { border-color: rgb(234,210,233); }
td.TdClassName
{
border-color: #EAD2E9;
}
.TagClassName
{
border-color: #EAD2E9;
}
</style>