Shades of Snuff #EEC5F1
Tints of Snuff #EEC5F1
RGB
CMYK
RGB Variations
Color information
#EEC5F1 (or 0xEEC5F1) is known color: Snuff. HEX triplet: EE, C5 and F1. RGB value is (238,197,241). Sum of RGB (Red+Green+Blue) = 238+197+241=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 197 (77.34% from 255 or 29.14% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEC5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC5F1 is #113A0E. Grayscale: #D6D6D6. Windows color (decimal): -1128975 or 15844846. OLE color: 15844846.
HSL color Cylindrical-coordinate representation of color #EEC5F1: hue angle of 295.91º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC5F1 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 197 | 241 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.05 |
| HSL | 295.91º | 0.61% | 0.86% | - |
| HSV(B) | 295.91º | 0.18% | 0.95% | - |
| XYZ | 71.1 | 64.46 | 91.91 | - |
| YUV | 214.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 241 | 0.01 | 0.18 | 0 | 0.05 | 295.91 | 0.61 | 0.86 |
| Hex | EE | C5 | F1 | 1 | 12 | 0 | 5 | 128 | 3D | 56 |
| Octal | 356 | 305 | 361 | 1 | 22 | 0 | 5 | 450 | 75 | 126 |
| Binary | 11101110 | 11000101 | 11110001 | 1 | 10010 | 0 | 101 | 100101000 | 111101 | 1010110 |
Color Harmonies of #EEC5F1
Complementary color
Monochromatic Colors of #EEC5F1
Black with #EEC5F1
Text Example
Text Example
White with #EEC5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5F1; }
p { color: rgb(238,197,241); }
H1.HeaderClassName
{
color: #EEC5F1;
}
.AnyTagClassName
{
color: #EEC5F1;
}
</style>
background-color css
<style>
a { background-color: #EEC5F1; }
a { background-color: rgb(238,197,241); }
div.DivClassName
{
background-color: #EEC5F1;
}
.BgClassName
{
background-color: #EEC5F1;
}
</style>
border-color css
<style>
span { border-color: #EEC5F1; }
span { border-color: rgb(238,197,241); }
td.TdClassName
{
border-color: #EEC5F1;
}
.TagClassName
{
border-color: #EEC5F1;
}
</style>