Shades of Snuff #EED0EF
Tints of Snuff #EED0EF
RGB
CMYK
RGB Variations
Color information
#EED0EF (or 0xEED0EF) is known color: Snuff. HEX triplet: EE, D0 and EF. RGB value is (238,208,239). Sum of RGB (Red+Green+Blue) = 238+208+239=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 208 (81.64% from 255 or 30.36% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #EED0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED0EF is #112F10. Grayscale: #DCDCDC. Windows color (decimal): -1126161 or 15716590. OLE color: 15716590.
HSL color Cylindrical-coordinate representation of color #EED0EF: hue angle of 298.06º degrees, saturation: 0.49, 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 #EED0EF is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 208 | 239 | - |
| CMYK | 0.00 | 0.13 | 0 | 0.06 |
| HSL | 298.06º | 0.49% | 0.88% | - |
| HSV(B) | 298.06º | 0.13% | 0.94% | - |
| XYZ | 73.4 | 69.52 | 91.21 | - |
| YUV | 220.5 | 138.44 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 239 | 0.00 | 0.13 | 0 | 0.06 | 298.06 | 0.49 | 0.88 |
| Hex | EE | D0 | EF | 0 | D | 0 | 6 | 12A | 31 | 58 |
| Octal | 356 | 320 | 357 | 0 | 15 | 0 | 6 | 452 | 61 | 130 |
| Binary | 11101110 | 11010000 | 11101111 | 0 | 1101 | 0 | 110 | 100101010 | 110001 | 1011000 |
Color Harmonies of #EED0EF
Complementary color
Monochromatic Colors of #EED0EF
Black with #EED0EF
Text Example
Text Example
White with #EED0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0EF; }
p { color: rgb(238,208,239); }
H1.HeaderClassName
{
color: #EED0EF;
}
.AnyTagClassName
{
color: #EED0EF;
}
</style>
background-color css
<style>
a { background-color: #EED0EF; }
a { background-color: rgb(238,208,239); }
div.DivClassName
{
background-color: #EED0EF;
}
.BgClassName
{
background-color: #EED0EF;
}
</style>
border-color css
<style>
span { border-color: #EED0EF; }
span { border-color: rgb(238,208,239); }
td.TdClassName
{
border-color: #EED0EF;
}
.TagClassName
{
border-color: #EED0EF;
}
</style>