Shades of Snuff #EEC4EF
Tints of Snuff #EEC4EF
RGB
CMYK
RGB Variations
Color information
#EEC4EF (or 0xEEC4EF) is known color: Snuff. HEX triplet: EE, C4 and EF. RGB value is (238,196,239). Sum of RGB (Red+Green+Blue) = 238+196+239=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 196 (76.95% from 255 or 29.12% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEC4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC4EF is #113B10. Grayscale: #D5D5D5. Windows color (decimal): -1129233 or 15713518. OLE color: 15713518.
HSL color Cylindrical-coordinate representation of color #EEC4EF: hue angle of 298.6º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC4EF is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 196 | 239 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.06 |
| HSL | 298.6º | 0.57% | 0.85% | - |
| HSV(B) | 298.6º | 0.18% | 0.94% | - |
| XYZ | 70.58 | 63.89 | 90.27 | - |
| YUV | 213.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 239 | 0.00 | 0.18 | 0 | 0.06 | 298.6 | 0.57 | 0.85 |
| Hex | EE | C4 | EF | 0 | 12 | 0 | 6 | 12B | 39 | 55 |
| Octal | 356 | 304 | 357 | 0 | 22 | 0 | 6 | 453 | 71 | 125 |
| Binary | 11101110 | 11000100 | 11101111 | 0 | 10010 | 0 | 110 | 100101011 | 111001 | 1010101 |
Color Harmonies of #EEC4EF
Complementary color
Monochromatic Colors of #EEC4EF
Black with #EEC4EF
Text Example
Text Example
White with #EEC4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC4EF; }
p { color: rgb(238,196,239); }
H1.HeaderClassName
{
color: #EEC4EF;
}
.AnyTagClassName
{
color: #EEC4EF;
}
</style>
background-color css
<style>
a { background-color: #EEC4EF; }
a { background-color: rgb(238,196,239); }
div.DivClassName
{
background-color: #EEC4EF;
}
.BgClassName
{
background-color: #EEC4EF;
}
</style>
border-color css
<style>
span { border-color: #EEC4EF; }
span { border-color: rgb(238,196,239); }
td.TdClassName
{
border-color: #EEC4EF;
}
.TagClassName
{
border-color: #EEC4EF;
}
</style>