Shades of Snuff #EEC4F1
Tints of Snuff #EEC4F1
RGB
CMYK
RGB Variations
Color information
#EEC4F1 (or 0xEEC4F1) is known color: Snuff. HEX triplet: EE, C4 and F1. RGB value is (238,196,241). Sum of RGB (Red+Green+Blue) = 238+196+241=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 196 (76.95% from 255 or 29.04% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEC4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC4F1 is #113B0E. Grayscale: #D5D5D5. Windows color (decimal): -1129231 or 15844590. OLE color: 15844590.
HSL color Cylindrical-coordinate representation of color #EEC4F1: hue angle of 296º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEC4F1 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 196 | 241 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.05 |
| HSL | 296º | 0.62% | 0.86% | - |
| HSV(B) | 296º | 0.19% | 0.95% | - |
| XYZ | 70.88 | 64.01 | 91.84 | - |
| YUV | 213.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 241 | 0.01 | 0.19 | 0 | 0.05 | 296 | 0.62 | 0.86 |
| Hex | EE | C4 | F1 | 1 | 13 | 0 | 5 | 128 | 3E | 56 |
| Octal | 356 | 304 | 361 | 1 | 23 | 0 | 5 | 450 | 76 | 126 |
| Binary | 11101110 | 11000100 | 11110001 | 1 | 10011 | 0 | 101 | 100101000 | 111110 | 1010110 |
Color Harmonies of #EEC4F1
Complementary color
Monochromatic Colors of #EEC4F1
Black with #EEC4F1
Text Example
Text Example
White with #EEC4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC4F1; }
p { color: rgb(238,196,241); }
H1.HeaderClassName
{
color: #EEC4F1;
}
.AnyTagClassName
{
color: #EEC4F1;
}
</style>
background-color css
<style>
a { background-color: #EEC4F1; }
a { background-color: rgb(238,196,241); }
div.DivClassName
{
background-color: #EEC4F1;
}
.BgClassName
{
background-color: #EEC4F1;
}
</style>
border-color css
<style>
span { border-color: #EEC4F1; }
span { border-color: rgb(238,196,241); }
td.TdClassName
{
border-color: #EEC4F1;
}
.TagClassName
{
border-color: #EEC4F1;
}
</style>