Shades of Snuff #EECFF1
Tints of Snuff #EECFF1
RGB
CMYK
RGB Variations
Color information
#EECFF1 (or 0xEECFF1) is known color: Snuff. HEX triplet: EE, CF and F1. RGB value is (238,207,241). Sum of RGB (Red+Green+Blue) = 238+207+241=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #EECFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFF1 is #11300E. Grayscale: #DCDCDC. Windows color (decimal): -1126415 or 15847406. OLE color: 15847406.
HSL color Cylindrical-coordinate representation of color #EECFF1: hue angle of 294.71º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECFF1 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 207 | 241 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.05 |
| HSL | 294.71º | 0.55% | 0.88% | - |
| HSV(B) | 294.71º | 0.14% | 0.95% | - |
| XYZ | 73.45 | 69.15 | 92.7 | - |
| YUV | 220.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 241 | 0.01 | 0.14 | 0 | 0.05 | 294.71 | 0.55 | 0.88 |
| Hex | EE | CF | F1 | 1 | E | 0 | 5 | 127 | 37 | 58 |
| Octal | 356 | 317 | 361 | 1 | 16 | 0 | 5 | 447 | 67 | 130 |
| Binary | 11101110 | 11001111 | 11110001 | 1 | 1110 | 0 | 101 | 100100111 | 110111 | 1011000 |
Color Harmonies of #EECFF1
Complementary color
Monochromatic Colors of #EECFF1
Black with #EECFF1
Text Example
Text Example
White with #EECFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFF1; }
p { color: rgb(238,207,241); }
H1.HeaderClassName
{
color: #EECFF1;
}
.AnyTagClassName
{
color: #EECFF1;
}
</style>
background-color css
<style>
a { background-color: #EECFF1; }
a { background-color: rgb(238,207,241); }
div.DivClassName
{
background-color: #EECFF1;
}
.BgClassName
{
background-color: #EECFF1;
}
</style>
border-color css
<style>
span { border-color: #EECFF1; }
span { border-color: rgb(238,207,241); }
td.TdClassName
{
border-color: #EECFF1;
}
.TagClassName
{
border-color: #EECFF1;
}
</style>