Shades of Snuff #EACEEF
Tints of Snuff #EACEEF
RGB
CMYK
RGB Variations
Color information
#EACEEF (or 0xEACEEF) is known color: Snuff. HEX triplet: EA, CE and EF. RGB value is (234,206,239). Sum of RGB (Red+Green+Blue) = 234+206+239=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 239 - color contains mainly: blue. Hex color #EACEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEEF is #153110. Grayscale: #DADADA. Windows color (decimal): -1388817 or 15716074. OLE color: 15716074.
HSL color Cylindrical-coordinate representation of color #EACEEF: hue angle of 290.91º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EACEEF is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 206 | 239 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.06 |
| HSL | 290.91º | 0.51% | 0.87% | - |
| HSV(B) | 290.91º | 0.14% | 0.94% | - |
| XYZ | 71.58 | 67.87 | 90.99 | - |
| YUV | 218.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 239 | 0.02 | 0.14 | 0 | 0.06 | 290.91 | 0.51 | 0.87 |
| Hex | EA | CE | EF | 2 | E | 0 | 6 | 123 | 33 | 57 |
| Octal | 352 | 316 | 357 | 2 | 16 | 0 | 6 | 443 | 63 | 127 |
| Binary | 11101010 | 11001110 | 11101111 | 10 | 1110 | 0 | 110 | 100100011 | 110011 | 1010111 |
Color Harmonies of #EACEEF
Complementary color
Monochromatic Colors of #EACEEF
Black with #EACEEF
Text Example
Text Example
White with #EACEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEEF; }
p { color: rgb(234,206,239); }
H1.HeaderClassName
{
color: #EACEEF;
}
.AnyTagClassName
{
color: #EACEEF;
}
</style>
background-color css
<style>
a { background-color: #EACEEF; }
a { background-color: rgb(234,206,239); }
div.DivClassName
{
background-color: #EACEEF;
}
.BgClassName
{
background-color: #EACEEF;
}
</style>
border-color css
<style>
span { border-color: #EACEEF; }
span { border-color: rgb(234,206,239); }
td.TdClassName
{
border-color: #EACEEF;
}
.TagClassName
{
border-color: #EACEEF;
}
</style>