Shades of Snuff #EDD5EB
Tints of Snuff #EDD5EB
RGB
CMYK
RGB Variations
Color information
#EDD5EB (or 0xEDD5EB) is known color: Snuff. HEX triplet: ED, D5 and EB. RGB value is (237,213,235). Sum of RGB (Red+Green+Blue) = 237+213+235=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 213 (83.59% from 255 or 31.09% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5EB is #122A14. Grayscale: #DEDEDE. Windows color (decimal): -1190421 or 15455725. OLE color: 15455725.
HSL color Cylindrical-coordinate representation of color #EDD5EB: hue angle of 305º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDD5EB is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 235 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.07 |
| HSL | 305º | 0.4% | 0.88% | - |
| HSV(B) | 305º | 0.1% | 0.93% | - |
| XYZ | 73.71 | 71.59 | 88.53 | - |
| YUV | 222.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 235 | 0 | 0.10 | 0.01 | 0.07 | 305 | 0.4 | 0.88 |
| Hex | ED | D5 | EB | 0 | A | 1 | 7 | 131 | 28 | 58 |
| Octal | 355 | 325 | 353 | 0 | 12 | 1 | 7 | 461 | 50 | 130 |
| Binary | 11101101 | 11010101 | 11101011 | 0 | 1010 | 1 | 111 | 100110001 | 101000 | 1011000 |
Color Harmonies of #EDD5EB
Complementary color
Monochromatic Colors of #EDD5EB
Black with #EDD5EB
Text Example
Text Example
White with #EDD5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5EB; }
p { color: rgb(237,213,235); }
H1.HeaderClassName
{
color: #EDD5EB;
}
.AnyTagClassName
{
color: #EDD5EB;
}
</style>
background-color css
<style>
a { background-color: #EDD5EB; }
a { background-color: rgb(237,213,235); }
div.DivClassName
{
background-color: #EDD5EB;
}
.BgClassName
{
background-color: #EDD5EB;
}
</style>
border-color css
<style>
span { border-color: #EDD5EB; }
span { border-color: rgb(237,213,235); }
td.TdClassName
{
border-color: #EDD5EB;
}
.TagClassName
{
border-color: #EDD5EB;
}
</style>