Shades of Snuff #EADAE6
Tints of Snuff #EADAE6
RGB
CMYK
RGB Variations
Color information
#EADAE6 (or 0xEADAE6) is known color: Snuff. HEX triplet: EA, DA and E6. RGB value is (234,218,230). Sum of RGB (Red+Green+Blue) = 234+218+230=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 230 (90.23% from 255 or 33.72% from 682); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAE6 is #152519. Grayscale: #E0E0E0. Windows color (decimal): -1385754 or 15129322. OLE color: 15129322.
HSL color Cylindrical-coordinate representation of color #EADAE6: hue angle of 315º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EADAE6 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 230 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.08 |
| HSL | 315º | 0.28% | 0.89% | - |
| HSV(B) | 315º | 0.07% | 0.92% | - |
| XYZ | 73.29 | 73.35 | 85.16 | - |
| YUV | 224.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 230 | 0 | 0.07 | 0.02 | 0.08 | 315 | 0.28 | 0.89 |
| Hex | EA | DA | E6 | 0 | 7 | 2 | 8 | 13B | 1C | 59 |
| Octal | 352 | 332 | 346 | 0 | 7 | 2 | 10 | 473 | 34 | 131 |
| Binary | 11101010 | 11011010 | 11100110 | 0 | 111 | 10 | 1000 | 100111011 | 11100 | 1011001 |
Color Harmonies of #EADAE6
Complementary color
Monochromatic Colors of #EADAE6
Black with #EADAE6
Text Example
Text Example
White with #EADAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAE6; }
p { color: rgb(234,218,230); }
H1.HeaderClassName
{
color: #EADAE6;
}
.AnyTagClassName
{
color: #EADAE6;
}
</style>
background-color css
<style>
a { background-color: #EADAE6; }
a { background-color: rgb(234,218,230); }
div.DivClassName
{
background-color: #EADAE6;
}
.BgClassName
{
background-color: #EADAE6;
}
</style>
border-color css
<style>
span { border-color: #EADAE6; }
span { border-color: rgb(234,218,230); }
td.TdClassName
{
border-color: #EADAE6;
}
.TagClassName
{
border-color: #EADAE6;
}
</style>