Shades of Snuff #EAE3E8
Tints of Snuff #EAE3E8
RGB
CMYK
RGB Variations
Color information
#EAE3E8 (or 0xEAE3E8) is known color: Snuff. HEX triplet: EA, E3 and E8. RGB value is (234,227,232). Sum of RGB (Red+Green+Blue) = 234+227+232=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 227 (89.06% from 255 or 32.76% from 693); Blue value is 232 (91.02% from 255 or 33.48% from 693); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE3E8 is #151C17. Grayscale: #E5E5E5. Windows color (decimal): -1383448 or 15262698. OLE color: 15262698.
HSL color Cylindrical-coordinate representation of color #EAE3E8: hue angle of 317.14º degrees, saturation: 0.14, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAE3E8 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 232 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.08 |
| HSL | 317.14º | 0.14% | 0.9% | - |
| HSV(B) | 317.14º | 0.03% | 0.92% | - |
| XYZ | 75.97 | 78.26 | 87.45 | - |
| YUV | 229.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 232 | 0 | 0.03 | 0.01 | 0.08 | 317.14 | 0.14 | 0.9 |
| Hex | EA | E3 | E8 | 0 | 3 | 1 | 8 | 13D | E | 5A |
| Octal | 352 | 343 | 350 | 0 | 3 | 1 | 10 | 475 | 16 | 132 |
| Binary | 11101010 | 11100011 | 11101000 | 0 | 11 | 1 | 1000 | 100111101 | 1110 | 1011010 |
Color Harmonies of #EAE3E8
Complementary color
Monochromatic Colors of #EAE3E8
Black with #EAE3E8
Text Example
Text Example
White with #EAE3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE3E8; }
p { color: rgb(234,227,232); }
H1.HeaderClassName
{
color: #EAE3E8;
}
.AnyTagClassName
{
color: #EAE3E8;
}
</style>
background-color css
<style>
a { background-color: #EAE3E8; }
a { background-color: rgb(234,227,232); }
div.DivClassName
{
background-color: #EAE3E8;
}
.BgClassName
{
background-color: #EAE3E8;
}
</style>
border-color css
<style>
span { border-color: #EAE3E8; }
span { border-color: rgb(234,227,232); }
td.TdClassName
{
border-color: #EAE3E8;
}
.TagClassName
{
border-color: #EAE3E8;
}
</style>