Shades of Snuff #EED1EF
Tints of Snuff #EED1EF
RGB
CMYK
RGB Variations
Color information
#EED1EF (or 0xEED1EF) is known color: Snuff. HEX triplet: EE, D1 and EF. RGB value is (238,209,239). Sum of RGB (Red+Green+Blue) = 238+209+239=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 209 (82.03% from 255 or 30.47% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #EED1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED1EF is #112E10. Grayscale: #DCDCDC. Windows color (decimal): -1125905 or 15716846. OLE color: 15716846.
HSL color Cylindrical-coordinate representation of color #EED1EF: hue angle of 298º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EED1EF is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 209 | 239 | - |
| CMYK | 0.00 | 0.13 | 0 | 0.06 |
| HSL | 298º | 0.48% | 0.88% | - |
| HSV(B) | 298º | 0.13% | 0.94% | - |
| XYZ | 73.64 | 70.01 | 91.29 | - |
| YUV | 221.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 239 | 0.00 | 0.13 | 0 | 0.06 | 298 | 0.48 | 0.88 |
| Hex | EE | D1 | EF | 0 | D | 0 | 6 | 12A | 30 | 58 |
| Octal | 356 | 321 | 357 | 0 | 15 | 0 | 6 | 452 | 60 | 130 |
| Binary | 11101110 | 11010001 | 11101111 | 0 | 1101 | 0 | 110 | 100101010 | 110000 | 1011000 |
Color Harmonies of #EED1EF
Complementary color
Monochromatic Colors of #EED1EF
Black with #EED1EF
Text Example
Text Example
White with #EED1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1EF; }
p { color: rgb(238,209,239); }
H1.HeaderClassName
{
color: #EED1EF;
}
.AnyTagClassName
{
color: #EED1EF;
}
</style>
background-color css
<style>
a { background-color: #EED1EF; }
a { background-color: rgb(238,209,239); }
div.DivClassName
{
background-color: #EED1EF;
}
.BgClassName
{
background-color: #EED1EF;
}
</style>
border-color css
<style>
span { border-color: #EED1EF; }
span { border-color: rgb(238,209,239); }
td.TdClassName
{
border-color: #EED1EF;
}
.TagClassName
{
border-color: #EED1EF;
}
</style>