Shades of Snuff #EED0F1
Tints of Snuff #EED0F1
RGB
CMYK
RGB Variations
Color information
#EED0F1 (or 0xEED0F1) is known color: Snuff. HEX triplet: EE, D0 and F1. RGB value is (238,208,241). Sum of RGB (Red+Green+Blue) = 238+208+241=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 208 (81.64% from 255 or 30.28% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 241 - color contains mainly: blue. Hex color #EED0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED0F1 is #112F0E. Grayscale: #DCDCDC. Windows color (decimal): -1126159 or 15847662. OLE color: 15847662.
HSL color Cylindrical-coordinate representation of color #EED0F1: hue angle of 294.55º degrees, saturation: 0.54, 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 #EED0F1 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 208 | 241 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.05 |
| HSL | 294.55º | 0.54% | 0.88% | - |
| HSV(B) | 294.55º | 0.14% | 0.95% | - |
| XYZ | 73.69 | 69.64 | 92.78 | - |
| YUV | 220.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 241 | 0.01 | 0.14 | 0 | 0.05 | 294.55 | 0.54 | 0.88 |
| Hex | EE | D0 | F1 | 1 | E | 0 | 5 | 127 | 36 | 58 |
| Octal | 356 | 320 | 361 | 1 | 16 | 0 | 5 | 447 | 66 | 130 |
| Binary | 11101110 | 11010000 | 11110001 | 1 | 1110 | 0 | 101 | 100100111 | 110110 | 1011000 |
Color Harmonies of #EED0F1
Complementary color
Monochromatic Colors of #EED0F1
Black with #EED0F1
Text Example
Text Example
White with #EED0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0F1; }
p { color: rgb(238,208,241); }
H1.HeaderClassName
{
color: #EED0F1;
}
.AnyTagClassName
{
color: #EED0F1;
}
</style>
background-color css
<style>
a { background-color: #EED0F1; }
a { background-color: rgb(238,208,241); }
div.DivClassName
{
background-color: #EED0F1;
}
.BgClassName
{
background-color: #EED0F1;
}
</style>
border-color css
<style>
span { border-color: #EED0F1; }
span { border-color: rgb(238,208,241); }
td.TdClassName
{
border-color: #EED0F1;
}
.TagClassName
{
border-color: #EED0F1;
}
</style>