Shades of Snuff #EADEE7
Tints of Snuff #EADEE7
RGB
CMYK
RGB Variations
Color information
#EADEE7 (or 0xEADEE7) is known color: Snuff. HEX triplet: EA, DE and E7. RGB value is (234,222,231). Sum of RGB (Red+Green+Blue) = 234+222+231=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 231 (90.62% from 255 or 33.62% from 687); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADEE7 is #152118. Grayscale: #E2E2E2. Windows color (decimal): -1384729 or 15195882. OLE color: 15195882.
HSL color Cylindrical-coordinate representation of color #EADEE7: hue angle of 315º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EADEE7 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 231 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.08 |
| HSL | 315º | 0.22% | 0.89% | - |
| HSV(B) | 315º | 0.05% | 0.92% | - |
| XYZ | 74.48 | 75.5 | 86.25 | - |
| YUV | 226.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 231 | 0 | 0.05 | 0.01 | 0.08 | 315 | 0.22 | 0.89 |
| Hex | EA | DE | E7 | 0 | 5 | 1 | 8 | 13B | 16 | 59 |
| Octal | 352 | 336 | 347 | 0 | 5 | 1 | 10 | 473 | 26 | 131 |
| Binary | 11101010 | 11011110 | 11100111 | 0 | 101 | 1 | 1000 | 100111011 | 10110 | 1011001 |
Color Harmonies of #EADEE7
Complementary color
Monochromatic Colors of #EADEE7
Black with #EADEE7
Text Example
Text Example
White with #EADEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEE7; }
p { color: rgb(234,222,231); }
H1.HeaderClassName
{
color: #EADEE7;
}
.AnyTagClassName
{
color: #EADEE7;
}
</style>
background-color css
<style>
a { background-color: #EADEE7; }
a { background-color: rgb(234,222,231); }
div.DivClassName
{
background-color: #EADEE7;
}
.BgClassName
{
background-color: #EADEE7;
}
</style>
border-color css
<style>
span { border-color: #EADEE7; }
span { border-color: rgb(234,222,231); }
td.TdClassName
{
border-color: #EADEE7;
}
.TagClassName
{
border-color: #EADEE7;
}
</style>