Shades of Snuff #EED5EF
Tints of Snuff #EED5EF
RGB
CMYK
RGB Variations
Color information
#EED5EF (or 0xEED5EF) is known color: Snuff. HEX triplet: EE, D5 and EF. RGB value is (238,213,239). Sum of RGB (Red+Green+Blue) = 238+213+239=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 213 (83.59% from 255 or 30.87% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: blue. Hex color #EED5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED5EF is #112A10. Grayscale: #DFDFDF. Windows color (decimal): -1124881 or 15717870. OLE color: 15717870.
HSL color Cylindrical-coordinate representation of color #EED5EF: hue angle of 297.69º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EED5EF is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 213 | 239 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.06 |
| HSL | 297.69º | 0.45% | 0.89% | - |
| HSV(B) | 297.69º | 0.11% | 0.94% | - |
| XYZ | 74.63 | 72 | 91.62 | - |
| YUV | 223.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 239 | 0.00 | 0.11 | 0 | 0.06 | 297.69 | 0.45 | 0.89 |
| Hex | EE | D5 | EF | 0 | B | 0 | 6 | 12A | 2D | 59 |
| Octal | 356 | 325 | 357 | 0 | 13 | 0 | 6 | 452 | 55 | 131 |
| Binary | 11101110 | 11010101 | 11101111 | 0 | 1011 | 0 | 110 | 100101010 | 101101 | 1011001 |
Color Harmonies of #EED5EF
Complementary color
Monochromatic Colors of #EED5EF
Black with #EED5EF
Text Example
Text Example
White with #EED5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED5EF; }
p { color: rgb(238,213,239); }
H1.HeaderClassName
{
color: #EED5EF;
}
.AnyTagClassName
{
color: #EED5EF;
}
</style>
background-color css
<style>
a { background-color: #EED5EF; }
a { background-color: rgb(238,213,239); }
div.DivClassName
{
background-color: #EED5EF;
}
.BgClassName
{
background-color: #EED5EF;
}
</style>
border-color css
<style>
span { border-color: #EED5EF; }
span { border-color: rgb(238,213,239); }
td.TdClassName
{
border-color: #EED5EF;
}
.TagClassName
{
border-color: #EED5EF;
}
</style>