Shades of Snuff #EEC8EF
Tints of Snuff #EEC8EF
RGB
CMYK
RGB Variations
Color information
#EEC8EF (or 0xEEC8EF) is known color: Snuff. HEX triplet: EE, C8 and EF. RGB value is (238,200,239). Sum of RGB (Red+Green+Blue) = 238+200+239=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 200 (78.52% from 255 or 29.54% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEC8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC8EF is #113710. Grayscale: #D7D7D7. Windows color (decimal): -1128209 or 15714542. OLE color: 15714542.
HSL color Cylindrical-coordinate representation of color #EEC8EF: hue angle of 298.46º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC8EF is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 200 | 239 | - |
| CMYK | 0.00 | 0.16 | 0 | 0.06 |
| HSL | 298.46º | 0.55% | 0.86% | - |
| HSV(B) | 298.46º | 0.16% | 0.94% | - |
| XYZ | 71.49 | 65.72 | 90.58 | - |
| YUV | 215.81 | 141.09 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 239 | 0.00 | 0.16 | 0 | 0.06 | 298.46 | 0.55 | 0.86 |
| Hex | EE | C8 | EF | 0 | 10 | 0 | 6 | 12A | 37 | 56 |
| Octal | 356 | 310 | 357 | 0 | 20 | 0 | 6 | 452 | 67 | 126 |
| Binary | 11101110 | 11001000 | 11101111 | 0 | 10000 | 0 | 110 | 100101010 | 110111 | 1010110 |
Color Harmonies of #EEC8EF
Complementary color
Monochromatic Colors of #EEC8EF
Black with #EEC8EF
Text Example
Text Example
White with #EEC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8EF; }
p { color: rgb(238,200,239); }
H1.HeaderClassName
{
color: #EEC8EF;
}
.AnyTagClassName
{
color: #EEC8EF;
}
</style>
background-color css
<style>
a { background-color: #EEC8EF; }
a { background-color: rgb(238,200,239); }
div.DivClassName
{
background-color: #EEC8EF;
}
.BgClassName
{
background-color: #EEC8EF;
}
</style>
border-color css
<style>
span { border-color: #EEC8EF; }
span { border-color: rgb(238,200,239); }
td.TdClassName
{
border-color: #EEC8EF;
}
.TagClassName
{
border-color: #EEC8EF;
}
</style>