Shades of Snuff #EADCE7
Tints of Snuff #EADCE7
RGB
CMYK
RGB Variations
Color information
#EADCE7 (or 0xEADCE7) is known color: Snuff. HEX triplet: EA, DC and E7. RGB value is (234,220,231). Sum of RGB (Red+Green+Blue) = 234+220+231=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 231 (90.62% from 255 or 33.72% from 685); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCE7 is #152318. Grayscale: #E1E1E1. Windows color (decimal): -1385241 or 15195370. OLE color: 15195370.
HSL color Cylindrical-coordinate representation of color #EADCE7: hue angle of 312.86º 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 #EADCE7 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 231 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.08 |
| HSL | 312.86º | 0.25% | 0.89% | - |
| HSV(B) | 312.86º | 0.06% | 0.92% | - |
| XYZ | 73.95 | 74.45 | 86.07 | - |
| YUV | 225.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 231 | 0 | 0.06 | 0.01 | 0.08 | 312.86 | 0.25 | 0.89 |
| Hex | EA | DC | E7 | 0 | 6 | 1 | 8 | 139 | 19 | 59 |
| Octal | 352 | 334 | 347 | 0 | 6 | 1 | 10 | 471 | 31 | 131 |
| Binary | 11101010 | 11011100 | 11100111 | 0 | 110 | 1 | 1000 | 100111001 | 11001 | 1011001 |
Color Harmonies of #EADCE7
Complementary color
Monochromatic Colors of #EADCE7
Black with #EADCE7
Text Example
Text Example
White with #EADCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCE7; }
p { color: rgb(234,220,231); }
H1.HeaderClassName
{
color: #EADCE7;
}
.AnyTagClassName
{
color: #EADCE7;
}
</style>
background-color css
<style>
a { background-color: #EADCE7; }
a { background-color: rgb(234,220,231); }
div.DivClassName
{
background-color: #EADCE7;
}
.BgClassName
{
background-color: #EADCE7;
}
</style>
border-color css
<style>
span { border-color: #EADCE7; }
span { border-color: rgb(234,220,231); }
td.TdClassName
{
border-color: #EADCE7;
}
.TagClassName
{
border-color: #EADCE7;
}
</style>