Shades of Snuff #EAD0E8
Tints of Snuff #EAD0E8
RGB
CMYK
RGB Variations
Color information
#EAD0E8 (or 0xEAD0E8) is known color: Snuff. HEX triplet: EA, D0 and E8. RGB value is (234,208,232). Sum of RGB (Red+Green+Blue) = 234+208+232=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD0E8 is #152F17. Grayscale: #DADADA. Windows color (decimal): -1388312 or 15257834. OLE color: 15257834.
HSL color Cylindrical-coordinate representation of color #EAD0E8: hue angle of 304.62º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAD0E8 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 208 | 232 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.08 |
| HSL | 304.62º | 0.38% | 0.87% | - |
| HSV(B) | 304.62º | 0.11% | 0.92% | - |
| XYZ | 71.05 | 68.43 | 85.81 | - |
| YUV | 218.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 208 | 232 | 0 | 0.11 | 0.01 | 0.08 | 304.62 | 0.38 | 0.87 |
| Hex | EA | D0 | E8 | 0 | B | 1 | 8 | 131 | 26 | 57 |
| Octal | 352 | 320 | 350 | 0 | 13 | 1 | 10 | 461 | 46 | 127 |
| Binary | 11101010 | 11010000 | 11101000 | 0 | 1011 | 1 | 1000 | 100110001 | 100110 | 1010111 |
Color Harmonies of #EAD0E8
Complementary color
Monochromatic Colors of #EAD0E8
Black with #EAD0E8
Text Example
Text Example
White with #EAD0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD0E8; }
p { color: rgb(234,208,232); }
H1.HeaderClassName
{
color: #EAD0E8;
}
.AnyTagClassName
{
color: #EAD0E8;
}
</style>
background-color css
<style>
a { background-color: #EAD0E8; }
a { background-color: rgb(234,208,232); }
div.DivClassName
{
background-color: #EAD0E8;
}
.BgClassName
{
background-color: #EAD0E8;
}
</style>
border-color css
<style>
span { border-color: #EAD0E8; }
span { border-color: rgb(234,208,232); }
td.TdClassName
{
border-color: #EAD0E8;
}
.TagClassName
{
border-color: #EAD0E8;
}
</style>