Shades of Snuff #EDD1EE
Tints of Snuff #EDD1EE
RGB
CMYK
RGB Variations
Color information
#EDD1EE (or 0xEDD1EE) is known color: Snuff. HEX triplet: ED, D1 and EE. RGB value is (237,209,238). Sum of RGB (Red+Green+Blue) = 237+209+238=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 209 (82.03% from 255 or 30.56% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDD1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD1EE is #122E11. Grayscale: #DCDCDC. Windows color (decimal): -1191442 or 15651309. OLE color: 15651309.
HSL color Cylindrical-coordinate representation of color #EDD1EE: hue angle of 297.93º degrees, saturation: 0.46, 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 #EDD1EE is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 238 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.07 |
| HSL | 297.93º | 0.46% | 0.88% | - |
| HSV(B) | 297.93º | 0.12% | 0.93% | - |
| XYZ | 73.16 | 69.78 | 90.5 | - |
| YUV | 220.68 | 137.78 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 238 | 0.00 | 0.12 | 0 | 0.07 | 297.93 | 0.46 | 0.88 |
| Hex | ED | D1 | EE | 0 | C | 0 | 7 | 12A | 2E | 58 |
| Octal | 355 | 321 | 356 | 0 | 14 | 0 | 7 | 452 | 56 | 130 |
| Binary | 11101101 | 11010001 | 11101110 | 0 | 1100 | 0 | 111 | 100101010 | 101110 | 1011000 |
Color Harmonies of #EDD1EE
Complementary color
Monochromatic Colors of #EDD1EE
Black with #EDD1EE
Text Example
Text Example
White with #EDD1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD1EE; }
p { color: rgb(237,209,238); }
H1.HeaderClassName
{
color: #EDD1EE;
}
.AnyTagClassName
{
color: #EDD1EE;
}
</style>
background-color css
<style>
a { background-color: #EDD1EE; }
a { background-color: rgb(237,209,238); }
div.DivClassName
{
background-color: #EDD1EE;
}
.BgClassName
{
background-color: #EDD1EE;
}
</style>
border-color css
<style>
span { border-color: #EDD1EE; }
span { border-color: rgb(237,209,238); }
td.TdClassName
{
border-color: #EDD1EE;
}
.TagClassName
{
border-color: #EDD1EE;
}
</style>