Shades of Snuff #EACBEC
Tints of Snuff #EACBEC
RGB
CMYK
RGB Variations
Color information
#EACBEC (or 0xEACBEC) is known color: Snuff. HEX triplet: EA, CB and EC. RGB value is (234,203,236). Sum of RGB (Red+Green+Blue) = 234+203+236=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 203 (79.69% from 255 or 30.16% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #EACBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACBEC is #153413. Grayscale: #D7D7D7. Windows color (decimal): -1389588 or 15518698. OLE color: 15518698.
HSL color Cylindrical-coordinate representation of color #EACBEC: hue angle of 296.36º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EACBEC is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 203 | 236 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.07 |
| HSL | 296.36º | 0.46% | 0.86% | - |
| HSV(B) | 296.36º | 0.14% | 0.93% | - |
| XYZ | 70.43 | 66.26 | 88.43 | - |
| YUV | 216.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 236 | 0.01 | 0.14 | 0 | 0.07 | 296.36 | 0.46 | 0.86 |
| Hex | EA | CB | EC | 1 | E | 0 | 7 | 128 | 2E | 56 |
| Octal | 352 | 313 | 354 | 1 | 16 | 0 | 7 | 450 | 56 | 126 |
| Binary | 11101010 | 11001011 | 11101100 | 1 | 1110 | 0 | 111 | 100101000 | 101110 | 1010110 |
Color Harmonies of #EACBEC
Complementary color
Monochromatic Colors of #EACBEC
Black with #EACBEC
Text Example
Text Example
White with #EACBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACBEC; }
p { color: rgb(234,203,236); }
H1.HeaderClassName
{
color: #EACBEC;
}
.AnyTagClassName
{
color: #EACBEC;
}
</style>
background-color css
<style>
a { background-color: #EACBEC; }
a { background-color: rgb(234,203,236); }
div.DivClassName
{
background-color: #EACBEC;
}
.BgClassName
{
background-color: #EACBEC;
}
</style>
border-color css
<style>
span { border-color: #EACBEC; }
span { border-color: rgb(234,203,236); }
td.TdClassName
{
border-color: #EACBEC;
}
.TagClassName
{
border-color: #EACBEC;
}
</style>