Shades of Snuff #EADAE9
Tints of Snuff #EADAE9
RGB
CMYK
RGB Variations
Color information
#EADAE9 (or 0xEADAE9) is known color: Snuff. HEX triplet: EA, DA and E9. RGB value is (234,218,233). Sum of RGB (Red+Green+Blue) = 234+218+233=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAE9 is #152516. Grayscale: #E0E0E0. Windows color (decimal): -1385751 or 15325930. OLE color: 15325930.
HSL color Cylindrical-coordinate representation of color #EADAE9: hue angle of 303.75º 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 #EADAE9 is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 218 | 233 | - |
CMYK | 0 | 0.07 | 0.00 | 0.08 |
HSL | 303.75º | 0.28% | 0.89% | - |
HSV(B) | 303.75º | 0.07% | 0.92% | - |
XYZ | 73.71 | 73.52 | 87.4 | - |
YUV | 224.49 | 132.8 | 134.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 218 | 233 | 0 | 0.07 | 0.00 | 0.08 | 303.75 | 0.28 | 0.89 |
Hex | EA | DA | E9 | 0 | 7 | 0 | 8 | 130 | 1C | 59 |
Octal | 352 | 332 | 351 | 0 | 7 | 0 | 10 | 460 | 34 | 131 |
Binary | 11101010 | 11011010 | 11101001 | 0 | 111 | 0 | 1000 | 100110000 | 11100 | 1011001 |
Color Harmonies of #EADAE9
Complementary color
Monochromatic Colors of #EADAE9
Black with #EADAE9
Text Example
Text Example
White with #EADAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAE9; }
p { color: rgb(234,218,233); }
H1.HeaderClassName
{
color: #EADAE9;
}
.AnyTagClassName
{
color: #EADAE9;
}
</style>
background-color css
<style>
a { background-color: #EADAE9; }
a { background-color: rgb(234,218,233); }
div.DivClassName
{
background-color: #EADAE9;
}
.BgClassName
{
background-color: #EADAE9;
}
</style>
border-color css
<style>
span { border-color: #EADAE9; }
span { border-color: rgb(234,218,233); }
td.TdClassName
{
border-color: #EADAE9;
}
.TagClassName
{
border-color: #EADAE9;
}
</style>