Shades of Snuff #EDD3EE
Tints of Snuff #EDD3EE
RGB
CMYK
RGB Variations
Color information
#EDD3EE (or 0xEDD3EE) is known color: Snuff. HEX triplet: ED, D3 and EE. RGB value is (237,211,238). Sum of RGB (Red+Green+Blue) = 237+211+238=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 211 (82.81% from 255 or 30.76% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDD3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD3EE is #122C11. Grayscale: #DDDDDD. Windows color (decimal): -1190930 or 15651821. OLE color: 15651821.
HSL color Cylindrical-coordinate representation of color #EDD3EE: hue angle of 297.78º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDD3EE is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 238 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.07 |
| HSL | 297.78º | 0.44% | 0.88% | - |
| HSV(B) | 297.78º | 0.11% | 0.93% | - |
| XYZ | 73.65 | 70.77 | 90.67 | - |
| YUV | 221.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 238 | 0.00 | 0.11 | 0 | 0.07 | 297.78 | 0.44 | 0.88 |
| Hex | ED | D3 | EE | 0 | B | 0 | 7 | 12A | 2C | 58 |
| Octal | 355 | 323 | 356 | 0 | 13 | 0 | 7 | 452 | 54 | 130 |
| Binary | 11101101 | 11010011 | 11101110 | 0 | 1011 | 0 | 111 | 100101010 | 101100 | 1011000 |
Color Harmonies of #EDD3EE
Complementary color
Monochromatic Colors of #EDD3EE
Black with #EDD3EE
Text Example
Text Example
White with #EDD3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD3EE; }
p { color: rgb(237,211,238); }
H1.HeaderClassName
{
color: #EDD3EE;
}
.AnyTagClassName
{
color: #EDD3EE;
}
</style>
background-color css
<style>
a { background-color: #EDD3EE; }
a { background-color: rgb(237,211,238); }
div.DivClassName
{
background-color: #EDD3EE;
}
.BgClassName
{
background-color: #EDD3EE;
}
</style>
border-color css
<style>
span { border-color: #EDD3EE; }
span { border-color: rgb(237,211,238); }
td.TdClassName
{
border-color: #EDD3EE;
}
.TagClassName
{
border-color: #EDD3EE;
}
</style>