Shades of Snuff #EABCEF
Tints of Snuff #EABCEF
RGB
CMYK
RGB Variations
Color information
#EABCEF (or 0xEABCEF) is known color: Snuff. HEX triplet: EA, BC and EF. RGB value is (234,188,239). Sum of RGB (Red+Green+Blue) = 234+188+239=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #EABCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCEF is #154310. Grayscale: #CFCFCF. Windows color (decimal): -1393425 or 15711466. OLE color: 15711466.
HSL color Cylindrical-coordinate representation of color #EABCEF: hue angle of 294.12º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABCEF is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 188 | 239 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.06 |
| HSL | 294.12º | 0.61% | 0.84% | - |
| HSV(B) | 294.12º | 0.21% | 0.94% | - |
| XYZ | 67.49 | 59.69 | 89.63 | - |
| YUV | 207.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 239 | 0.02 | 0.21 | 0 | 0.06 | 294.12 | 0.61 | 0.84 |
| Hex | EA | BC | EF | 2 | 15 | 0 | 6 | 126 | 3D | 54 |
| Octal | 352 | 274 | 357 | 2 | 25 | 0 | 6 | 446 | 75 | 124 |
| Binary | 11101010 | 10111100 | 11101111 | 10 | 10101 | 0 | 110 | 100100110 | 111101 | 1010100 |
Color Harmonies of #EABCEF
Complementary color
Monochromatic Colors of #EABCEF
Black with #EABCEF
Text Example
Text Example
White with #EABCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCEF; }
p { color: rgb(234,188,239); }
H1.HeaderClassName
{
color: #EABCEF;
}
.AnyTagClassName
{
color: #EABCEF;
}
</style>
background-color css
<style>
a { background-color: #EABCEF; }
a { background-color: rgb(234,188,239); }
div.DivClassName
{
background-color: #EABCEF;
}
.BgClassName
{
background-color: #EABCEF;
}
</style>
border-color css
<style>
span { border-color: #EABCEF; }
span { border-color: rgb(234,188,239); }
td.TdClassName
{
border-color: #EABCEF;
}
.TagClassName
{
border-color: #EABCEF;
}
</style>