Shades of Snuff #EEC2F1
Tints of Snuff #EEC2F1
RGB
CMYK
RGB Variations
Color information
#EEC2F1 (or 0xEEC2F1) is known color: Snuff. HEX triplet: EE, C2 and F1. RGB value is (238,194,241). Sum of RGB (Red+Green+Blue) = 238+194+241=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 194 (76.17% from 255 or 28.83% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEC2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC2F1 is #113D0E. Grayscale: #D4D4D4. Windows color (decimal): -1129743 or 15844078. OLE color: 15844078.
HSL color Cylindrical-coordinate representation of color #EEC2F1: hue angle of 296.17º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEC2F1 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 194 | 241 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.05 |
| HSL | 296.17º | 0.63% | 0.85% | - |
| HSV(B) | 296.17º | 0.2% | 0.95% | - |
| XYZ | 70.43 | 63.11 | 91.69 | - |
| YUV | 212.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 241 | 0.01 | 0.20 | 0 | 0.05 | 296.17 | 0.63 | 0.85 |
| Hex | EE | C2 | F1 | 1 | 14 | 0 | 5 | 128 | 3F | 55 |
| Octal | 356 | 302 | 361 | 1 | 24 | 0 | 5 | 450 | 77 | 125 |
| Binary | 11101110 | 11000010 | 11110001 | 1 | 10100 | 0 | 101 | 100101000 | 111111 | 1010101 |
Color Harmonies of #EEC2F1
Complementary color
Monochromatic Colors of #EEC2F1
Black with #EEC2F1
Text Example
Text Example
White with #EEC2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC2F1; }
p { color: rgb(238,194,241); }
H1.HeaderClassName
{
color: #EEC2F1;
}
.AnyTagClassName
{
color: #EEC2F1;
}
</style>
background-color css
<style>
a { background-color: #EEC2F1; }
a { background-color: rgb(238,194,241); }
div.DivClassName
{
background-color: #EEC2F1;
}
.BgClassName
{
background-color: #EEC2F1;
}
</style>
border-color css
<style>
span { border-color: #EEC2F1; }
span { border-color: rgb(238,194,241); }
td.TdClassName
{
border-color: #EEC2F1;
}
.TagClassName
{
border-color: #EEC2F1;
}
</style>