Shades of Snuff #EED2EC
Tints of Snuff #EED2EC
RGB
CMYK
RGB Variations
Color information
#EED2EC (or 0xEED2EC) is known color: Snuff. HEX triplet: EE, D2 and EC. RGB value is (238,210,236). Sum of RGB (Red+Green+Blue) = 238+210+236=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 210 (82.42% from 255 or 30.70% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2EC is #112D13. Grayscale: #DDDDDD. Windows color (decimal): -1125652 or 15520494. OLE color: 15520494.
HSL color Cylindrical-coordinate representation of color #EED2EC: hue angle of 304.29º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED2EC is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 236 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.07 |
| HSL | 304.29º | 0.45% | 0.88% | - |
| HSV(B) | 304.29º | 0.12% | 0.93% | - |
| XYZ | 73.45 | 70.33 | 89.06 | - |
| YUV | 221.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 236 | 0 | 0.12 | 0.01 | 0.07 | 304.29 | 0.45 | 0.88 |
| Hex | EE | D2 | EC | 0 | C | 1 | 7 | 130 | 2D | 58 |
| Octal | 356 | 322 | 354 | 0 | 14 | 1 | 7 | 460 | 55 | 130 |
| Binary | 11101110 | 11010010 | 11101100 | 0 | 1100 | 1 | 111 | 100110000 | 101101 | 1011000 |
Color Harmonies of #EED2EC
Complementary color
Monochromatic Colors of #EED2EC
Black with #EED2EC
Text Example
Text Example
White with #EED2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2EC; }
p { color: rgb(238,210,236); }
H1.HeaderClassName
{
color: #EED2EC;
}
.AnyTagClassName
{
color: #EED2EC;
}
</style>
background-color css
<style>
a { background-color: #EED2EC; }
a { background-color: rgb(238,210,236); }
div.DivClassName
{
background-color: #EED2EC;
}
.BgClassName
{
background-color: #EED2EC;
}
</style>
border-color css
<style>
span { border-color: #EED2EC; }
span { border-color: rgb(238,210,236); }
td.TdClassName
{
border-color: #EED2EC;
}
.TagClassName
{
border-color: #EED2EC;
}
</style>