Shades of Snuff #EED4ED
Tints of Snuff #EED4ED
RGB
CMYK
RGB Variations
Color information
#EED4ED (or 0xEED4ED) is known color: Snuff. HEX triplet: EE, D4 and ED. RGB value is (238,212,237). Sum of RGB (Red+Green+Blue) = 238+212+237=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 212 (83.20% from 255 or 30.86% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED4ED is #112B12. Grayscale: #DEDEDE. Windows color (decimal): -1125139 or 15586542. OLE color: 15586542.
HSL color Cylindrical-coordinate representation of color #EED4ED: hue angle of 302.31º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EED4ED is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 237 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.07 |
| HSL | 302.31º | 0.43% | 0.88% | - |
| HSV(B) | 302.31º | 0.11% | 0.93% | - |
| XYZ | 74.09 | 71.38 | 89.99 | - |
| YUV | 222.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 237 | 0 | 0.11 | 0.00 | 0.07 | 302.31 | 0.43 | 0.88 |
| Hex | EE | D4 | ED | 0 | B | 0 | 7 | 12E | 2B | 58 |
| Octal | 356 | 324 | 355 | 0 | 13 | 0 | 7 | 456 | 53 | 130 |
| Binary | 11101110 | 11010100 | 11101101 | 0 | 1011 | 0 | 111 | 100101110 | 101011 | 1011000 |
Color Harmonies of #EED4ED
Complementary color
Monochromatic Colors of #EED4ED
Black with #EED4ED
Text Example
Text Example
White with #EED4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4ED; }
p { color: rgb(238,212,237); }
H1.HeaderClassName
{
color: #EED4ED;
}
.AnyTagClassName
{
color: #EED4ED;
}
</style>
background-color css
<style>
a { background-color: #EED4ED; }
a { background-color: rgb(238,212,237); }
div.DivClassName
{
background-color: #EED4ED;
}
.BgClassName
{
background-color: #EED4ED;
}
</style>
border-color css
<style>
span { border-color: #EED4ED; }
span { border-color: rgb(238,212,237); }
td.TdClassName
{
border-color: #EED4ED;
}
.TagClassName
{
border-color: #EED4ED;
}
</style>