Shades of Snuff #EACFEA
Tints of Snuff #EACFEA
RGB
CMYK
RGB Variations
Color information
#EACFEA (or 0xEACFEA) is known color: Snuff. HEX triplet: EA, CF and EA. RGB value is (234,207,234). Sum of RGB (Red+Green+Blue) = 234+207+234=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EACFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACFEA is #153015. Grayscale: #DADADA. Windows color (decimal): -1388566 or 15388650. OLE color: 15388650.
HSL color Cylindrical-coordinate representation of color #EACFEA: hue angle of 300º 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 #EACFEA is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 234 | - |
| CMYK | 0 | 0.12 | 0 | 0.08 |
| HSL | 300º | 0.39% | 0.86% | - |
| HSV(B) | 300º | 0.12% | 0.92% | - |
| XYZ | 71.1 | 68.06 | 87.23 | - |
| YUV | 218.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 234 | 0 | 0.12 | 0 | 0.08 | 300 | 0.39 | 0.86 |
| Hex | EA | CF | EA | 0 | C | 0 | 8 | 12C | 27 | 56 |
| Octal | 352 | 317 | 352 | 0 | 14 | 0 | 10 | 454 | 47 | 126 |
| Binary | 11101010 | 11001111 | 11101010 | 0 | 1100 | 0 | 1000 | 100101100 | 100111 | 1010110 |
Color Harmonies of #EACFEA
Complementary color
Monochromatic Colors of #EACFEA
Black with #EACFEA
Text Example
Text Example
White with #EACFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFEA; }
p { color: rgb(234,207,234); }
H1.HeaderClassName
{
color: #EACFEA;
}
.AnyTagClassName
{
color: #EACFEA;
}
</style>
background-color css
<style>
a { background-color: #EACFEA; }
a { background-color: rgb(234,207,234); }
div.DivClassName
{
background-color: #EACFEA;
}
.BgClassName
{
background-color: #EACFEA;
}
</style>
border-color css
<style>
span { border-color: #EACFEA; }
span { border-color: rgb(234,207,234); }
td.TdClassName
{
border-color: #EACFEA;
}
.TagClassName
{
border-color: #EACFEA;
}
</style>