Shades of Snuff #EADAEB
Tints of Snuff #EADAEB
RGB
CMYK
RGB Variations
Color information
#EADAEB (or 0xEADAEB) is known color: Snuff. HEX triplet: EA, DA and EB. RGB value is (234,218,235). Sum of RGB (Red+Green+Blue) = 234+218+235=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 235 - color contains mainly: blue. Hex color #EADAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAEB is #152514. Grayscale: #E0E0E0. Windows color (decimal): -1385749 or 15457002. OLE color: 15457002.
HSL color Cylindrical-coordinate representation of color #EADAEB: hue angle of 296.47º degrees, saturation: 0.3, 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 #EADAEB is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 235 | - |
| CMYK | 0.00 | 0.07 | 0 | 0.08 |
| HSL | 296.47º | 0.3% | 0.89% | - |
| HSV(B) | 296.47º | 0.07% | 0.92% | - |
| XYZ | 74 | 73.63 | 88.91 | - |
| YUV | 224.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 235 | 0.00 | 0.07 | 0 | 0.08 | 296.47 | 0.3 | 0.89 |
| Hex | EA | DA | EB | 0 | 7 | 0 | 8 | 128 | 1E | 59 |
| Octal | 352 | 332 | 353 | 0 | 7 | 0 | 10 | 450 | 36 | 131 |
| Binary | 11101010 | 11011010 | 11101011 | 0 | 111 | 0 | 1000 | 100101000 | 11110 | 1011001 |
Color Harmonies of #EADAEB
Complementary color
Monochromatic Colors of #EADAEB
Black with #EADAEB
Text Example
Text Example
White with #EADAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAEB; }
p { color: rgb(234,218,235); }
H1.HeaderClassName
{
color: #EADAEB;
}
.AnyTagClassName
{
color: #EADAEB;
}
</style>
background-color css
<style>
a { background-color: #EADAEB; }
a { background-color: rgb(234,218,235); }
div.DivClassName
{
background-color: #EADAEB;
}
.BgClassName
{
background-color: #EADAEB;
}
</style>
border-color css
<style>
span { border-color: #EADAEB; }
span { border-color: rgb(234,218,235); }
td.TdClassName
{
border-color: #EADAEB;
}
.TagClassName
{
border-color: #EADAEB;
}
</style>