Shades of Snuff #EACFEB
Tints of Snuff #EACFEB
RGB
CMYK
RGB Variations
Color information
#EACFEB (or 0xEACFEB) is known color: Snuff. HEX triplet: EA, CF and EB. RGB value is (234,207,235). Sum of RGB (Red+Green+Blue) = 234+207+235=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 235 - color contains mainly: blue. Hex color #EACFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACFEB is #153014. Grayscale: #DADADA. Windows color (decimal): -1388565 or 15454186. OLE color: 15454186.
HSL color Cylindrical-coordinate representation of color #EACFEB: hue angle of 297.86º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACFEB is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 235 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.08 |
| HSL | 297.86º | 0.41% | 0.87% | - |
| HSV(B) | 297.86º | 0.12% | 0.92% | - |
| XYZ | 71.24 | 68.12 | 87.99 | - |
| YUV | 218.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 235 | 0.00 | 0.12 | 0 | 0.08 | 297.86 | 0.41 | 0.87 |
| Hex | EA | CF | EB | 0 | C | 0 | 8 | 12A | 29 | 57 |
| Octal | 352 | 317 | 353 | 0 | 14 | 0 | 10 | 452 | 51 | 127 |
| Binary | 11101010 | 11001111 | 11101011 | 0 | 1100 | 0 | 1000 | 100101010 | 101001 | 1010111 |
Color Harmonies of #EACFEB
Complementary color
Monochromatic Colors of #EACFEB
Black with #EACFEB
Text Example
Text Example
White with #EACFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFEB; }
p { color: rgb(234,207,235); }
H1.HeaderClassName
{
color: #EACFEB;
}
.AnyTagClassName
{
color: #EACFEB;
}
</style>
background-color css
<style>
a { background-color: #EACFEB; }
a { background-color: rgb(234,207,235); }
div.DivClassName
{
background-color: #EACFEB;
}
.BgClassName
{
background-color: #EACFEB;
}
</style>
border-color css
<style>
span { border-color: #EACFEB; }
span { border-color: rgb(234,207,235); }
td.TdClassName
{
border-color: #EACFEB;
}
.TagClassName
{
border-color: #EACFEB;
}
</style>