Shades of Snuff #EACEEB
Tints of Snuff #EACEEB
RGB
CMYK
RGB Variations
Color information
#EACEEB (or 0xEACEEB) is known color: Snuff. HEX triplet: EA, CE and EB. RGB value is (234,206,235). Sum of RGB (Red+Green+Blue) = 234+206+235=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #EACEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEEB is #153114. Grayscale: #D9D9D9. Windows color (decimal): -1388821 or 15453930. OLE color: 15453930.
HSL color Cylindrical-coordinate representation of color #EACEEB: hue angle of 297.93º degrees, saturation: 0.42, 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 #EACEEB is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 235 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.08 |
| HSL | 297.93º | 0.42% | 0.86% | - |
| HSV(B) | 297.93º | 0.12% | 0.92% | - |
| XYZ | 71 | 67.63 | 87.91 | - |
| YUV | 217.68 | 137.78 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 235 | 0.00 | 0.12 | 0 | 0.08 | 297.93 | 0.42 | 0.86 |
| Hex | EA | CE | EB | 0 | C | 0 | 8 | 12A | 2A | 56 |
| Octal | 352 | 316 | 353 | 0 | 14 | 0 | 10 | 452 | 52 | 126 |
| Binary | 11101010 | 11001110 | 11101011 | 0 | 1100 | 0 | 1000 | 100101010 | 101010 | 1010110 |
Color Harmonies of #EACEEB
Complementary color
Monochromatic Colors of #EACEEB
Black with #EACEEB
Text Example
Text Example
White with #EACEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEEB; }
p { color: rgb(234,206,235); }
H1.HeaderClassName
{
color: #EACEEB;
}
.AnyTagClassName
{
color: #EACEEB;
}
</style>
background-color css
<style>
a { background-color: #EACEEB; }
a { background-color: rgb(234,206,235); }
div.DivClassName
{
background-color: #EACEEB;
}
.BgClassName
{
background-color: #EACEEB;
}
</style>
border-color css
<style>
span { border-color: #EACEEB; }
span { border-color: rgb(234,206,235); }
td.TdClassName
{
border-color: #EACEEB;
}
.TagClassName
{
border-color: #EACEEB;
}
</style>