Shades of Snuff #EED0ED
Tints of Snuff #EED0ED
RGB
CMYK
RGB Variations
Color information
#EED0ED (or 0xEED0ED) is known color: Snuff. HEX triplet: EE, D0 and ED. RGB value is (238,208,237). Sum of RGB (Red+Green+Blue) = 238+208+237=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 208 (81.64% from 255 or 30.45% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED0ED is #112F12. Grayscale: #DCDCDC. Windows color (decimal): -1126163 or 15585518. OLE color: 15585518.
HSL color Cylindrical-coordinate representation of color #EED0ED: hue angle of 302º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EED0ED is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 237 | - |
| CMYK | 0 | 0.13 | 0.00 | 0.07 |
| HSL | 302º | 0.47% | 0.87% | - |
| HSV(B) | 302º | 0.13% | 0.93% | - |
| XYZ | 73.1 | 69.4 | 89.66 | - |
| YUV | 220.28 | 137.44 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 237 | 0 | 0.13 | 0.00 | 0.07 | 302 | 0.47 | 0.87 |
| Hex | EE | D0 | ED | 0 | D | 0 | 7 | 12E | 2F | 57 |
| Octal | 356 | 320 | 355 | 0 | 15 | 0 | 7 | 456 | 57 | 127 |
| Binary | 11101110 | 11010000 | 11101101 | 0 | 1101 | 0 | 111 | 100101110 | 101111 | 1010111 |
Color Harmonies of #EED0ED
Complementary color
Monochromatic Colors of #EED0ED
Black with #EED0ED
Text Example
Text Example
White with #EED0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0ED; }
p { color: rgb(238,208,237); }
H1.HeaderClassName
{
color: #EED0ED;
}
.AnyTagClassName
{
color: #EED0ED;
}
</style>
background-color css
<style>
a { background-color: #EED0ED; }
a { background-color: rgb(238,208,237); }
div.DivClassName
{
background-color: #EED0ED;
}
.BgClassName
{
background-color: #EED0ED;
}
</style>
border-color css
<style>
span { border-color: #EED0ED; }
span { border-color: rgb(238,208,237); }
td.TdClassName
{
border-color: #EED0ED;
}
.TagClassName
{
border-color: #EED0ED;
}
</style>