Shades of Snuff #EDD9EE
Tints of Snuff #EDD9EE
RGB
CMYK
RGB Variations
Color information
#EDD9EE (or 0xEDD9EE) is known color: Snuff. HEX triplet: ED, D9 and EE. RGB value is (237,217,238). Sum of RGB (Red+Green+Blue) = 237+217+238=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 217 (85.16% from 255 or 31.36% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDD9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9EE is #122611. Grayscale: #E1E1E1. Windows color (decimal): -1189394 or 15653357. OLE color: 15653357.
HSL color Cylindrical-coordinate representation of color #EDD9EE: hue angle of 297.14º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDD9EE is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 238 | - |
| CMYK | 0.00 | 0.09 | 0 | 0.07 |
| HSL | 297.14º | 0.38% | 0.89% | - |
| HSV(B) | 297.14º | 0.09% | 0.93% | - |
| XYZ | 75.17 | 73.8 | 91.17 | - |
| YUV | 225.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 238 | 0.00 | 0.09 | 0 | 0.07 | 297.14 | 0.38 | 0.89 |
| Hex | ED | D9 | EE | 0 | 9 | 0 | 7 | 129 | 26 | 59 |
| Octal | 355 | 331 | 356 | 0 | 11 | 0 | 7 | 451 | 46 | 131 |
| Binary | 11101101 | 11011001 | 11101110 | 0 | 1001 | 0 | 111 | 100101001 | 100110 | 1011001 |
Color Harmonies of #EDD9EE
Complementary color
Monochromatic Colors of #EDD9EE
Black with #EDD9EE
Text Example
Text Example
White with #EDD9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD9EE; }
p { color: rgb(237,217,238); }
H1.HeaderClassName
{
color: #EDD9EE;
}
.AnyTagClassName
{
color: #EDD9EE;
}
</style>
background-color css
<style>
a { background-color: #EDD9EE; }
a { background-color: rgb(237,217,238); }
div.DivClassName
{
background-color: #EDD9EE;
}
.BgClassName
{
background-color: #EDD9EE;
}
</style>
border-color css
<style>
span { border-color: #EDD9EE; }
span { border-color: rgb(237,217,238); }
td.TdClassName
{
border-color: #EDD9EE;
}
.TagClassName
{
border-color: #EDD9EE;
}
</style>