Shades of Snuff #EED5F1
Tints of Snuff #EED5F1
RGB
CMYK
RGB Variations
Color information
#EED5F1 (or 0xEED5F1) is known color: Snuff. HEX triplet: EE, D5 and F1. RGB value is (238,213,241). Sum of RGB (Red+Green+Blue) = 238+213+241=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 213 (83.59% from 255 or 30.78% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #EED5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED5F1 is #112A0E. Grayscale: #DFDFDF. Windows color (decimal): -1124879 or 15848942. OLE color: 15848942.
HSL color Cylindrical-coordinate representation of color #EED5F1: hue angle of 293.57º degrees, saturation: 0.5, 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 #EED5F1 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 213 | 241 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.05 |
| HSL | 293.57º | 0.5% | 0.89% | - |
| HSV(B) | 293.57º | 0.12% | 0.95% | - |
| XYZ | 74.93 | 72.12 | 93.19 | - |
| YUV | 223.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 241 | 0.01 | 0.12 | 0 | 0.05 | 293.57 | 0.5 | 0.89 |
| Hex | EE | D5 | F1 | 1 | C | 0 | 5 | 126 | 32 | 59 |
| Octal | 356 | 325 | 361 | 1 | 14 | 0 | 5 | 446 | 62 | 131 |
| Binary | 11101110 | 11010101 | 11110001 | 1 | 1100 | 0 | 101 | 100100110 | 110010 | 1011001 |
Color Harmonies of #EED5F1
Complementary color
Monochromatic Colors of #EED5F1
Black with #EED5F1
Text Example
Text Example
White with #EED5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED5F1; }
p { color: rgb(238,213,241); }
H1.HeaderClassName
{
color: #EED5F1;
}
.AnyTagClassName
{
color: #EED5F1;
}
</style>
background-color css
<style>
a { background-color: #EED5F1; }
a { background-color: rgb(238,213,241); }
div.DivClassName
{
background-color: #EED5F1;
}
.BgClassName
{
background-color: #EED5F1;
}
</style>
border-color css
<style>
span { border-color: #EED5F1; }
span { border-color: rgb(238,213,241); }
td.TdClassName
{
border-color: #EED5F1;
}
.TagClassName
{
border-color: #EED5F1;
}
</style>