Shades of Snuff #EDD0E6
Tints of Snuff #EDD0E6
RGB
CMYK
RGB Variations
Color information
#EDD0E6 (or 0xEDD0E6) is known color: Snuff. HEX triplet: ED, D0 and E6. RGB value is (237,208,230). Sum of RGB (Red+Green+Blue) = 237+208+230=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 208 (81.64% from 255 or 30.81% from 675); Blue value is 230 (90.23% from 255 or 34.07% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0E6 is #122F19. Grayscale: #DBDBDB. Windows color (decimal): -1191706 or 15126765. OLE color: 15126765.
HSL color Cylindrical-coordinate representation of color #EDD0E6: hue angle of 314.48º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD0E6 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 230 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.07 |
| HSL | 314.48º | 0.45% | 0.87% | - |
| HSV(B) | 314.48º | 0.12% | 0.93% | - |
| XYZ | 71.76 | 68.83 | 84.37 | - |
| YUV | 219.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 230 | 0 | 0.12 | 0.03 | 0.07 | 314.48 | 0.45 | 0.87 |
| Hex | ED | D0 | E6 | 0 | C | 3 | 7 | 13A | 2D | 57 |
| Octal | 355 | 320 | 346 | 0 | 14 | 3 | 7 | 472 | 55 | 127 |
| Binary | 11101101 | 11010000 | 11100110 | 0 | 1100 | 11 | 111 | 100111010 | 101101 | 1010111 |
Color Harmonies of #EDD0E6
Complementary color
Monochromatic Colors of #EDD0E6
Black with #EDD0E6
Text Example
Text Example
White with #EDD0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0E6; }
p { color: rgb(237,208,230); }
H1.HeaderClassName
{
color: #EDD0E6;
}
.AnyTagClassName
{
color: #EDD0E6;
}
</style>
background-color css
<style>
a { background-color: #EDD0E6; }
a { background-color: rgb(237,208,230); }
div.DivClassName
{
background-color: #EDD0E6;
}
.BgClassName
{
background-color: #EDD0E6;
}
</style>
border-color css
<style>
span { border-color: #EDD0E6; }
span { border-color: rgb(237,208,230); }
td.TdClassName
{
border-color: #EDD0E6;
}
.TagClassName
{
border-color: #EDD0E6;
}
</style>