Shades of Snuff #EACFE8
Tints of Snuff #EACFE8
RGB
CMYK
RGB Variations
Color information
#EACFE8 (or 0xEACFE8) is known color: Snuff. HEX triplet: EA, CF and E8. RGB value is (234,207,232). Sum of RGB (Red+Green+Blue) = 234+207+232=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACFE8 is #153017. Grayscale: #D9D9D9. Windows color (decimal): -1388568 or 15257578. OLE color: 15257578.
HSL color Cylindrical-coordinate representation of color #EACFE8: hue angle of 304.44º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACFE8 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 232 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.08 |
| HSL | 304.44º | 0.39% | 0.86% | - |
| HSV(B) | 304.44º | 0.12% | 0.92% | - |
| XYZ | 70.81 | 67.94 | 85.73 | - |
| YUV | 217.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 232 | 0 | 0.12 | 0.01 | 0.08 | 304.44 | 0.39 | 0.86 |
| Hex | EA | CF | E8 | 0 | C | 1 | 8 | 130 | 27 | 56 |
| Octal | 352 | 317 | 350 | 0 | 14 | 1 | 10 | 460 | 47 | 126 |
| Binary | 11101010 | 11001111 | 11101000 | 0 | 1100 | 1 | 1000 | 100110000 | 100111 | 1010110 |
Color Harmonies of #EACFE8
Complementary color
Monochromatic Colors of #EACFE8
Black with #EACFE8
Text Example
Text Example
White with #EACFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFE8; }
p { color: rgb(234,207,232); }
H1.HeaderClassName
{
color: #EACFE8;
}
.AnyTagClassName
{
color: #EACFE8;
}
</style>
background-color css
<style>
a { background-color: #EACFE8; }
a { background-color: rgb(234,207,232); }
div.DivClassName
{
background-color: #EACFE8;
}
.BgClassName
{
background-color: #EACFE8;
}
</style>
border-color css
<style>
span { border-color: #EACFE8; }
span { border-color: rgb(234,207,232); }
td.TdClassName
{
border-color: #EACFE8;
}
.TagClassName
{
border-color: #EACFE8;
}
</style>