Shades of Snuff #EDD9EA
Tints of Snuff #EDD9EA
RGB
CMYK
RGB Variations
Color information
#EDD9EA (or 0xEDD9EA) is known color: Snuff. HEX triplet: ED, D9 and EA. RGB value is (237,217,234). Sum of RGB (Red+Green+Blue) = 237+217+234=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 217 (85.16% from 255 or 31.54% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9EA is #122615. Grayscale: #E0E0E0. Windows color (decimal): -1189398 or 15391213. OLE color: 15391213.
HSL color Cylindrical-coordinate representation of color #EDD9EA: hue angle of 309º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDD9EA is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 234 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.07 |
| HSL | 309º | 0.36% | 0.89% | - |
| HSV(B) | 309º | 0.08% | 0.93% | - |
| XYZ | 74.59 | 73.57 | 88.11 | - |
| YUV | 224.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 234 | 0 | 0.08 | 0.01 | 0.07 | 309 | 0.36 | 0.89 |
| Hex | ED | D9 | EA | 0 | 8 | 1 | 7 | 135 | 24 | 59 |
| Octal | 355 | 331 | 352 | 0 | 10 | 1 | 7 | 465 | 44 | 131 |
| Binary | 11101101 | 11011001 | 11101010 | 0 | 1000 | 1 | 111 | 100110101 | 100100 | 1011001 |
Color Harmonies of #EDD9EA
Complementary color
Monochromatic Colors of #EDD9EA
Black with #EDD9EA
Text Example
Text Example
White with #EDD9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD9EA; }
p { color: rgb(237,217,234); }
H1.HeaderClassName
{
color: #EDD9EA;
}
.AnyTagClassName
{
color: #EDD9EA;
}
</style>
background-color css
<style>
a { background-color: #EDD9EA; }
a { background-color: rgb(237,217,234); }
div.DivClassName
{
background-color: #EDD9EA;
}
.BgClassName
{
background-color: #EDD9EA;
}
</style>
border-color css
<style>
span { border-color: #EDD9EA; }
span { border-color: rgb(237,217,234); }
td.TdClassName
{
border-color: #EDD9EA;
}
.TagClassName
{
border-color: #EDD9EA;
}
</style>