Shades of Snuff #EACEEA
Tints of Snuff #EACEEA
RGB
CMYK
RGB Variations
Color information
#EACEEA (or 0xEACEEA) is known color: Snuff. HEX triplet: EA, CE and EA. RGB value is (234,206,234). Sum of RGB (Red+Green+Blue) = 234+206+234=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EACEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEEA is #153115. Grayscale: #D9D9D9. Windows color (decimal): -1388822 or 15388394. OLE color: 15388394.
HSL color Cylindrical-coordinate representation of color #EACEEA: hue angle of 300º degrees, saturation: 0.4, 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 #EACEEA is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 234 | - |
| CMYK | 0 | 0.12 | 0 | 0.08 |
| HSL | 300º | 0.4% | 0.86% | - |
| HSV(B) | 300º | 0.12% | 0.92% | - |
| XYZ | 70.85 | 67.58 | 87.15 | - |
| YUV | 217.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 234 | 0 | 0.12 | 0 | 0.08 | 300 | 0.4 | 0.86 |
| Hex | EA | CE | EA | 0 | C | 0 | 8 | 12C | 28 | 56 |
| Octal | 352 | 316 | 352 | 0 | 14 | 0 | 10 | 454 | 50 | 126 |
| Binary | 11101010 | 11001110 | 11101010 | 0 | 1100 | 0 | 1000 | 100101100 | 101000 | 1010110 |
Color Harmonies of #EACEEA
Complementary color
Monochromatic Colors of #EACEEA
Black with #EACEEA
Text Example
Text Example
White with #EACEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEEA; }
p { color: rgb(234,206,234); }
H1.HeaderClassName
{
color: #EACEEA;
}
.AnyTagClassName
{
color: #EACEEA;
}
</style>
background-color css
<style>
a { background-color: #EACEEA; }
a { background-color: rgb(234,206,234); }
div.DivClassName
{
background-color: #EACEEA;
}
.BgClassName
{
background-color: #EACEEA;
}
</style>
border-color css
<style>
span { border-color: #EACEEA; }
span { border-color: rgb(234,206,234); }
td.TdClassName
{
border-color: #EACEEA;
}
.TagClassName
{
border-color: #EACEEA;
}
</style>