Shades of Snuff #EECCF1
Tints of Snuff #EECCF1
RGB
CMYK
RGB Variations
Color information
#EECCF1 (or 0xEECCF1) is known color: Snuff. HEX triplet: EE, CC and F1. RGB value is (238,204,241). Sum of RGB (Red+Green+Blue) = 238+204+241=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #EECCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECCF1 is #11330E. Grayscale: #DADADA. Windows color (decimal): -1127183 or 15846638. OLE color: 15846638.
HSL color Cylindrical-coordinate representation of color #EECCF1: hue angle of 295.14º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECCF1 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 204 | 241 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.05 |
| HSL | 295.14º | 0.57% | 0.87% | - |
| HSV(B) | 295.14º | 0.15% | 0.95% | - |
| XYZ | 72.73 | 67.71 | 92.46 | - |
| YUV | 218.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 241 | 0.01 | 0.15 | 0 | 0.05 | 295.14 | 0.57 | 0.87 |
| Hex | EE | CC | F1 | 1 | F | 0 | 5 | 127 | 39 | 57 |
| Octal | 356 | 314 | 361 | 1 | 17 | 0 | 5 | 447 | 71 | 127 |
| Binary | 11101110 | 11001100 | 11110001 | 1 | 1111 | 0 | 101 | 100100111 | 111001 | 1010111 |
Color Harmonies of #EECCF1
Complementary color
Monochromatic Colors of #EECCF1
Black with #EECCF1
Text Example
Text Example
White with #EECCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCF1; }
p { color: rgb(238,204,241); }
H1.HeaderClassName
{
color: #EECCF1;
}
.AnyTagClassName
{
color: #EECCF1;
}
</style>
background-color css
<style>
a { background-color: #EECCF1; }
a { background-color: rgb(238,204,241); }
div.DivClassName
{
background-color: #EECCF1;
}
.BgClassName
{
background-color: #EECCF1;
}
</style>
border-color css
<style>
span { border-color: #EECCF1; }
span { border-color: rgb(238,204,241); }
td.TdClassName
{
border-color: #EECCF1;
}
.TagClassName
{
border-color: #EECCF1;
}
</style>