Shades of Snuff #EED4EC
Tints of Snuff #EED4EC
RGB
CMYK
RGB Variations
Color information
#EED4EC (or 0xEED4EC) is known color: Snuff. HEX triplet: EE, D4 and EC. RGB value is (238,212,236). Sum of RGB (Red+Green+Blue) = 238+212+236=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 212 (83.20% from 255 or 30.90% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED4EC is #112B13. Grayscale: #DEDEDE. Windows color (decimal): -1125140 or 15521006. OLE color: 15521006.
HSL color Cylindrical-coordinate representation of color #EED4EC: hue angle of 304.62º 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 #EED4EC is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 236 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.07 |
| HSL | 304.62º | 0.43% | 0.88% | - |
| HSV(B) | 304.62º | 0.11% | 0.93% | - |
| XYZ | 73.94 | 71.32 | 89.23 | - |
| YUV | 222.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 236 | 0 | 0.11 | 0.01 | 0.07 | 304.62 | 0.43 | 0.88 |
| Hex | EE | D4 | EC | 0 | B | 1 | 7 | 131 | 2B | 58 |
| Octal | 356 | 324 | 354 | 0 | 13 | 1 | 7 | 461 | 53 | 130 |
| Binary | 11101110 | 11010100 | 11101100 | 0 | 1011 | 1 | 111 | 100110001 | 101011 | 1011000 |
Color Harmonies of #EED4EC
Complementary color
Monochromatic Colors of #EED4EC
Black with #EED4EC
Text Example
Text Example
White with #EED4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4EC; }
p { color: rgb(238,212,236); }
H1.HeaderClassName
{
color: #EED4EC;
}
.AnyTagClassName
{
color: #EED4EC;
}
</style>
background-color css
<style>
a { background-color: #EED4EC; }
a { background-color: rgb(238,212,236); }
div.DivClassName
{
background-color: #EED4EC;
}
.BgClassName
{
background-color: #EED4EC;
}
</style>
border-color css
<style>
span { border-color: #EED4EC; }
span { border-color: rgb(238,212,236); }
td.TdClassName
{
border-color: #EED4EC;
}
.TagClassName
{
border-color: #EED4EC;
}
</style>