Shades of Snuff #EED3F1
Tints of Snuff #EED3F1
RGB
CMYK
RGB Variations
Color information
#EED3F1 (or 0xEED3F1) is known color: Snuff. HEX triplet: EE, D3 and F1. RGB value is (238,211,241). Sum of RGB (Red+Green+Blue) = 238+211+241=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 211 (82.81% from 255 or 30.58% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 241 - color contains mainly: blue. Hex color #EED3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED3F1 is #112C0E. Grayscale: #DEDEDE. Windows color (decimal): -1125391 or 15848430. OLE color: 15848430.
HSL color Cylindrical-coordinate representation of color #EED3F1: hue angle of 294º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED3F1 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 211 | 241 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.05 |
| HSL | 294º | 0.52% | 0.89% | - |
| HSV(B) | 294º | 0.12% | 0.95% | - |
| XYZ | 74.43 | 71.12 | 93.02 | - |
| YUV | 222.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 241 | 0.01 | 0.12 | 0 | 0.05 | 294 | 0.52 | 0.89 |
| Hex | EE | D3 | F1 | 1 | C | 0 | 5 | 126 | 34 | 59 |
| Octal | 356 | 323 | 361 | 1 | 14 | 0 | 5 | 446 | 64 | 131 |
| Binary | 11101110 | 11010011 | 11110001 | 1 | 1100 | 0 | 101 | 100100110 | 110100 | 1011001 |
Color Harmonies of #EED3F1
Complementary color
Monochromatic Colors of #EED3F1
Black with #EED3F1
Text Example
Text Example
White with #EED3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED3F1; }
p { color: rgb(238,211,241); }
H1.HeaderClassName
{
color: #EED3F1;
}
.AnyTagClassName
{
color: #EED3F1;
}
</style>
background-color css
<style>
a { background-color: #EED3F1; }
a { background-color: rgb(238,211,241); }
div.DivClassName
{
background-color: #EED3F1;
}
.BgClassName
{
background-color: #EED3F1;
}
</style>
border-color css
<style>
span { border-color: #EED3F1; }
span { border-color: rgb(238,211,241); }
td.TdClassName
{
border-color: #EED3F1;
}
.TagClassName
{
border-color: #EED3F1;
}
</style>