Shades of Snuff #EED6EB
Tints of Snuff #EED6EB
RGB
CMYK
RGB Variations
Color information
#EED6EB (or 0xEED6EB) is known color: Snuff. HEX triplet: EE, D6 and EB. RGB value is (238,214,235). Sum of RGB (Red+Green+Blue) = 238+214+235=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 214 (83.98% from 255 or 31.15% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED6EB is #112914. Grayscale: #DFDFDF. Windows color (decimal): -1124629 or 15455982. OLE color: 15455982.
HSL color Cylindrical-coordinate representation of color #EED6EB: hue angle of 307.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 #EED6EB is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 235 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.07 |
| HSL | 307.5º | 0.41% | 0.89% | - |
| HSV(B) | 307.5º | 0.1% | 0.93% | - |
| XYZ | 74.3 | 72.27 | 88.63 | - |
| YUV | 223.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 235 | 0 | 0.10 | 0.01 | 0.07 | 307.5 | 0.41 | 0.89 |
| Hex | EE | D6 | EB | 0 | A | 1 | 7 | 134 | 29 | 59 |
| Octal | 356 | 326 | 353 | 0 | 12 | 1 | 7 | 464 | 51 | 131 |
| Binary | 11101110 | 11010110 | 11101011 | 0 | 1010 | 1 | 111 | 100110100 | 101001 | 1011001 |
Color Harmonies of #EED6EB
Complementary color
Monochromatic Colors of #EED6EB
Black with #EED6EB
Text Example
Text Example
White with #EED6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6EB; }
p { color: rgb(238,214,235); }
H1.HeaderClassName
{
color: #EED6EB;
}
.AnyTagClassName
{
color: #EED6EB;
}
</style>
background-color css
<style>
a { background-color: #EED6EB; }
a { background-color: rgb(238,214,235); }
div.DivClassName
{
background-color: #EED6EB;
}
.BgClassName
{
background-color: #EED6EB;
}
</style>
border-color css
<style>
span { border-color: #EED6EB; }
span { border-color: rgb(238,214,235); }
td.TdClassName
{
border-color: #EED6EB;
}
.TagClassName
{
border-color: #EED6EB;
}
</style>