Shades of Snuff #EECEF1
Tints of Snuff #EECEF1
RGB
CMYK
RGB Variations
Color information
#EECEF1 (or 0xEECEF1) is known color: Snuff. HEX triplet: EE, CE and F1. RGB value is (238,206,241). Sum of RGB (Red+Green+Blue) = 238+206+241=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 206 (80.86% from 255 or 30.07% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #EECEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECEF1 is #11310E. Grayscale: #DBDBDB. Windows color (decimal): -1126671 or 15847150. OLE color: 15847150.
HSL color Cylindrical-coordinate representation of color #EECEF1: hue angle of 294.86º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECEF1 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 206 | 241 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.05 |
| HSL | 294.86º | 0.56% | 0.88% | - |
| HSV(B) | 294.86º | 0.15% | 0.95% | - |
| XYZ | 73.21 | 68.67 | 92.62 | - |
| YUV | 219.56 | 140.1 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 241 | 0.01 | 0.15 | 0 | 0.05 | 294.86 | 0.56 | 0.88 |
| Hex | EE | CE | F1 | 1 | F | 0 | 5 | 127 | 38 | 58 |
| Octal | 356 | 316 | 361 | 1 | 17 | 0 | 5 | 447 | 70 | 130 |
| Binary | 11101110 | 11001110 | 11110001 | 1 | 1111 | 0 | 101 | 100100111 | 111000 | 1011000 |
Color Harmonies of #EECEF1
Complementary color
Monochromatic Colors of #EECEF1
Black with #EECEF1
Text Example
Text Example
White with #EECEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEF1; }
p { color: rgb(238,206,241); }
H1.HeaderClassName
{
color: #EECEF1;
}
.AnyTagClassName
{
color: #EECEF1;
}
</style>
background-color css
<style>
a { background-color: #EECEF1; }
a { background-color: rgb(238,206,241); }
div.DivClassName
{
background-color: #EECEF1;
}
.BgClassName
{
background-color: #EECEF1;
}
</style>
border-color css
<style>
span { border-color: #EECEF1; }
span { border-color: rgb(238,206,241); }
td.TdClassName
{
border-color: #EECEF1;
}
.TagClassName
{
border-color: #EECEF1;
}
</style>