Shades of Snuff #EED6ED
Tints of Snuff #EED6ED
RGB
CMYK
RGB Variations
Color information
#EED6ED (or 0xEED6ED) is known color: Snuff. HEX triplet: EE, D6 and ED. RGB value is (238,214,237). Sum of RGB (Red+Green+Blue) = 238+214+237=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 214 (83.98% from 255 or 31.06% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED6ED is #112912. Grayscale: #DFDFDF. Windows color (decimal): -1124627 or 15587054. OLE color: 15587054.
HSL color Cylindrical-coordinate representation of color #EED6ED: hue angle of 302.5º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EED6ED is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 237 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.07 |
| HSL | 302.5º | 0.41% | 0.89% | - |
| HSV(B) | 302.5º | 0.1% | 0.93% | - |
| XYZ | 74.59 | 72.38 | 90.16 | - |
| YUV | 223.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 237 | 0 | 0.10 | 0.00 | 0.07 | 302.5 | 0.41 | 0.89 |
| Hex | EE | D6 | ED | 0 | A | 0 | 7 | 12E | 29 | 59 |
| Octal | 356 | 326 | 355 | 0 | 12 | 0 | 7 | 456 | 51 | 131 |
| Binary | 11101110 | 11010110 | 11101101 | 0 | 1010 | 0 | 111 | 100101110 | 101001 | 1011001 |
Color Harmonies of #EED6ED
Complementary color
Monochromatic Colors of #EED6ED
Black with #EED6ED
Text Example
Text Example
White with #EED6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6ED; }
p { color: rgb(238,214,237); }
H1.HeaderClassName
{
color: #EED6ED;
}
.AnyTagClassName
{
color: #EED6ED;
}
</style>
background-color css
<style>
a { background-color: #EED6ED; }
a { background-color: rgb(238,214,237); }
div.DivClassName
{
background-color: #EED6ED;
}
.BgClassName
{
background-color: #EED6ED;
}
</style>
border-color css
<style>
span { border-color: #EED6ED; }
span { border-color: rgb(238,214,237); }
td.TdClassName
{
border-color: #EED6ED;
}
.TagClassName
{
border-color: #EED6ED;
}
</style>