Shades of Snuff #EADCE8
Tints of Snuff #EADCE8
RGB
CMYK
RGB Variations
Color information
#EADCE8 (or 0xEADCE8) is known color: Snuff. HEX triplet: EA, DC and E8. RGB value is (234,220,232). Sum of RGB (Red+Green+Blue) = 234+220+232=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCE8 is #152317. Grayscale: #E1E1E1. Windows color (decimal): -1385240 or 15260906. OLE color: 15260906.
HSL color Cylindrical-coordinate representation of color #EADCE8: hue angle of 308.57º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADCE8 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 232 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.08 |
| HSL | 308.57º | 0.25% | 0.89% | - |
| HSV(B) | 308.57º | 0.06% | 0.92% | - |
| XYZ | 74.09 | 74.51 | 86.82 | - |
| YUV | 225.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 232 | 0 | 0.06 | 0.01 | 0.08 | 308.57 | 0.25 | 0.89 |
| Hex | EA | DC | E8 | 0 | 6 | 1 | 8 | 135 | 19 | 59 |
| Octal | 352 | 334 | 350 | 0 | 6 | 1 | 10 | 465 | 31 | 131 |
| Binary | 11101010 | 11011100 | 11101000 | 0 | 110 | 1 | 1000 | 100110101 | 11001 | 1011001 |
Color Harmonies of #EADCE8
Complementary color
Monochromatic Colors of #EADCE8
Black with #EADCE8
Text Example
Text Example
White with #EADCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCE8; }
p { color: rgb(234,220,232); }
H1.HeaderClassName
{
color: #EADCE8;
}
.AnyTagClassName
{
color: #EADCE8;
}
</style>
background-color css
<style>
a { background-color: #EADCE8; }
a { background-color: rgb(234,220,232); }
div.DivClassName
{
background-color: #EADCE8;
}
.BgClassName
{
background-color: #EADCE8;
}
</style>
border-color css
<style>
span { border-color: #EADCE8; }
span { border-color: rgb(234,220,232); }
td.TdClassName
{
border-color: #EADCE8;
}
.TagClassName
{
border-color: #EADCE8;
}
</style>