Shades of Snuff #EED7ED
Tints of Snuff #EED7ED
RGB
CMYK
RGB Variations
Color information
#EED7ED (or 0xEED7ED) is known color: Snuff. HEX triplet: EE, D7 and ED. RGB value is (238,215,237). Sum of RGB (Red+Green+Blue) = 238+215+237=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 215 (84.38% from 255 or 31.16% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED7ED is #112812. Grayscale: #E0E0E0. Windows color (decimal): -1124371 or 15587310. OLE color: 15587310.
HSL color Cylindrical-coordinate representation of color #EED7ED: hue angle of 302.61º degrees, saturation: 0.4, 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 #EED7ED is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 237 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.07 |
| HSL | 302.61º | 0.4% | 0.89% | - |
| HSV(B) | 302.61º | 0.1% | 0.93% | - |
| XYZ | 74.85 | 72.89 | 90.25 | - |
| YUV | 224.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 237 | 0 | 0.10 | 0.00 | 0.07 | 302.61 | 0.4 | 0.89 |
| Hex | EE | D7 | ED | 0 | A | 0 | 7 | 12F | 28 | 59 |
| Octal | 356 | 327 | 355 | 0 | 12 | 0 | 7 | 457 | 50 | 131 |
| Binary | 11101110 | 11010111 | 11101101 | 0 | 1010 | 0 | 111 | 100101111 | 101000 | 1011001 |
Color Harmonies of #EED7ED
Complementary color
Monochromatic Colors of #EED7ED
Black with #EED7ED
Text Example
Text Example
White with #EED7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED7ED; }
p { color: rgb(238,215,237); }
H1.HeaderClassName
{
color: #EED7ED;
}
.AnyTagClassName
{
color: #EED7ED;
}
</style>
background-color css
<style>
a { background-color: #EED7ED; }
a { background-color: rgb(238,215,237); }
div.DivClassName
{
background-color: #EED7ED;
}
.BgClassName
{
background-color: #EED7ED;
}
</style>
border-color css
<style>
span { border-color: #EED7ED; }
span { border-color: rgb(238,215,237); }
td.TdClassName
{
border-color: #EED7ED;
}
.TagClassName
{
border-color: #EED7ED;
}
</style>