Shades of Snuff #EAD1E4
Tints of Snuff #EAD1E4
RGB
CMYK
RGB Variations
Color information
#EAD1E4 (or 0xEAD1E4) is known color: Snuff. HEX triplet: EA, D1 and E4. RGB value is (234,209,228). Sum of RGB (Red+Green+Blue) = 234+209+228=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 209 (82.03% from 255 or 31.15% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD1E4 is #152E1B. Grayscale: #DADADA. Windows color (decimal): -1388060 or 14995946. OLE color: 14995946.
HSL color Cylindrical-coordinate representation of color #EAD1E4: hue angle of 314.4º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAD1E4 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 209 | 228 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.08 |
| HSL | 314.4º | 0.37% | 0.87% | - |
| HSV(B) | 314.4º | 0.11% | 0.92% | - |
| XYZ | 70.74 | 68.69 | 82.93 | - |
| YUV | 218.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 209 | 228 | 0 | 0.11 | 0.03 | 0.08 | 314.4 | 0.37 | 0.87 |
| Hex | EA | D1 | E4 | 0 | B | 3 | 8 | 13A | 25 | 57 |
| Octal | 352 | 321 | 344 | 0 | 13 | 3 | 10 | 472 | 45 | 127 |
| Binary | 11101010 | 11010001 | 11100100 | 0 | 1011 | 11 | 1000 | 100111010 | 100101 | 1010111 |
Color Harmonies of #EAD1E4
Complementary color
Monochromatic Colors of #EAD1E4
Black with #EAD1E4
Text Example
Text Example
White with #EAD1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD1E4; }
p { color: rgb(234,209,228); }
H1.HeaderClassName
{
color: #EAD1E4;
}
.AnyTagClassName
{
color: #EAD1E4;
}
</style>
background-color css
<style>
a { background-color: #EAD1E4; }
a { background-color: rgb(234,209,228); }
div.DivClassName
{
background-color: #EAD1E4;
}
.BgClassName
{
background-color: #EAD1E4;
}
</style>
border-color css
<style>
span { border-color: #EAD1E4; }
span { border-color: rgb(234,209,228); }
td.TdClassName
{
border-color: #EAD1E4;
}
.TagClassName
{
border-color: #EAD1E4;
}
</style>