Shades of Snuff #EADDEA
Tints of Snuff #EADDEA
RGB
CMYK
RGB Variations
Color information
#EADDEA (or 0xEADDEA) is known color: Snuff. HEX triplet: EA, DD and EA. RGB value is (234,221,234). Sum of RGB (Red+Green+Blue) = 234+221+234=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EADDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDEA is #152215. Grayscale: #E2E2E2. Windows color (decimal): -1384982 or 15392234. OLE color: 15392234.
HSL color Cylindrical-coordinate representation of color #EADDEA: hue angle of 300º degrees, saturation: 0.24, 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 #EADDEA is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 234 | - |
| CMYK | 0 | 0.06 | 0 | 0.08 |
| HSL | 300º | 0.24% | 0.89% | - |
| HSV(B) | 300º | 0.06% | 0.92% | - |
| XYZ | 74.64 | 75.15 | 88.41 | - |
| YUV | 226.37 | 132.31 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 234 | 0 | 0.06 | 0 | 0.08 | 300 | 0.24 | 0.89 |
| Hex | EA | DD | EA | 0 | 6 | 0 | 8 | 12C | 18 | 59 |
| Octal | 352 | 335 | 352 | 0 | 6 | 0 | 10 | 454 | 30 | 131 |
| Binary | 11101010 | 11011101 | 11101010 | 0 | 110 | 0 | 1000 | 100101100 | 11000 | 1011001 |
Color Harmonies of #EADDEA
Complementary color
Monochromatic Colors of #EADDEA
Black with #EADDEA
Text Example
Text Example
White with #EADDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDEA; }
p { color: rgb(234,221,234); }
H1.HeaderClassName
{
color: #EADDEA;
}
.AnyTagClassName
{
color: #EADDEA;
}
</style>
background-color css
<style>
a { background-color: #EADDEA; }
a { background-color: rgb(234,221,234); }
div.DivClassName
{
background-color: #EADDEA;
}
.BgClassName
{
background-color: #EADDEA;
}
</style>
border-color css
<style>
span { border-color: #EADDEA; }
span { border-color: rgb(234,221,234); }
td.TdClassName
{
border-color: #EADDEA;
}
.TagClassName
{
border-color: #EADDEA;
}
</style>