Shades of Snuff #EEC8F1
Tints of Snuff #EEC8F1
RGB
CMYK
RGB Variations
Color information
#EEC8F1 (or 0xEEC8F1) is known color: Snuff. HEX triplet: EE, C8 and F1. RGB value is (238,200,241). Sum of RGB (Red+Green+Blue) = 238+200+241=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 200 (78.52% from 255 or 29.46% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEC8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC8F1 is #11370E. Grayscale: #D7D7D7. Windows color (decimal): -1128207 or 15845614. OLE color: 15845614.
HSL color Cylindrical-coordinate representation of color #EEC8F1: hue angle of 295.61º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEC8F1 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 200 | 241 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.05 |
| HSL | 295.61º | 0.59% | 0.86% | - |
| HSV(B) | 295.61º | 0.17% | 0.95% | - |
| XYZ | 71.79 | 65.84 | 92.14 | - |
| YUV | 216.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 241 | 0.01 | 0.17 | 0 | 0.05 | 295.61 | 0.59 | 0.86 |
| Hex | EE | C8 | F1 | 1 | 11 | 0 | 5 | 128 | 3B | 56 |
| Octal | 356 | 310 | 361 | 1 | 21 | 0 | 5 | 450 | 73 | 126 |
| Binary | 11101110 | 11001000 | 11110001 | 1 | 10001 | 0 | 101 | 100101000 | 111011 | 1010110 |
Color Harmonies of #EEC8F1
Complementary color
Monochromatic Colors of #EEC8F1
Black with #EEC8F1
Text Example
Text Example
White with #EEC8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8F1; }
p { color: rgb(238,200,241); }
H1.HeaderClassName
{
color: #EEC8F1;
}
.AnyTagClassName
{
color: #EEC8F1;
}
</style>
background-color css
<style>
a { background-color: #EEC8F1; }
a { background-color: rgb(238,200,241); }
div.DivClassName
{
background-color: #EEC8F1;
}
.BgClassName
{
background-color: #EEC8F1;
}
</style>
border-color css
<style>
span { border-color: #EEC8F1; }
span { border-color: rgb(238,200,241); }
td.TdClassName
{
border-color: #EEC8F1;
}
.TagClassName
{
border-color: #EEC8F1;
}
</style>