Shades of Snuff #EACFED
Tints of Snuff #EACFED
RGB
CMYK
RGB Variations
Color information
#EACFED (or 0xEACFED) is known color: Snuff. HEX triplet: EA, CF and ED. RGB value is (234,207,237). Sum of RGB (Red+Green+Blue) = 234+207+237=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 237 - color contains mainly: blue. Hex color #EACFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACFED is #153012. Grayscale: #DADADA. Windows color (decimal): -1388563 or 15585258. OLE color: 15585258.
HSL color Cylindrical-coordinate representation of color #EACFED: hue angle of 294º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EACFED is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 207 | 237 | - |
CMYK | 0.01 | 0.13 | 0 | 0.07 |
HSL | 294º | 0.45% | 0.87% | - |
HSV(B) | 294º | 0.13% | 0.93% | - |
XYZ | 71.53 | 68.23 | 89.52 | - |
YUV | 218.49 | 138.45 | 139.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 207 | 237 | 0.01 | 0.13 | 0 | 0.07 | 294 | 0.45 | 0.87 |
Hex | EA | CF | ED | 1 | D | 0 | 7 | 126 | 2D | 57 |
Octal | 352 | 317 | 355 | 1 | 15 | 0 | 7 | 446 | 55 | 127 |
Binary | 11101010 | 11001111 | 11101101 | 1 | 1101 | 0 | 111 | 100100110 | 101101 | 1010111 |
Color Harmonies of #EACFED
Complementary color
Monochromatic Colors of #EACFED
Black with #EACFED
Text Example
Text Example
White with #EACFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFED; }
p { color: rgb(234,207,237); }
H1.HeaderClassName
{
color: #EACFED;
}
.AnyTagClassName
{
color: #EACFED;
}
</style>
background-color css
<style>
a { background-color: #EACFED; }
a { background-color: rgb(234,207,237); }
div.DivClassName
{
background-color: #EACFED;
}
.BgClassName
{
background-color: #EACFED;
}
</style>
border-color css
<style>
span { border-color: #EACFED; }
span { border-color: rgb(234,207,237); }
td.TdClassName
{
border-color: #EACFED;
}
.TagClassName
{
border-color: #EACFED;
}
</style>