Shades of Snuff #EDD5EA
Tints of Snuff #EDD5EA
RGB
CMYK
RGB Variations
Color information
#EDD5EA (or 0xEDD5EA) is known color: Snuff. HEX triplet: ED, D5 and EA. RGB value is (237,213,234). Sum of RGB (Red+Green+Blue) = 237+213+234=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 213 (83.59% from 255 or 31.14% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5EA is #122A15. Grayscale: #DEDEDE. Windows color (decimal): -1190422 or 15390189. OLE color: 15390189.
HSL color Cylindrical-coordinate representation of color #EDD5EA: hue angle of 307.5º 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 #EDD5EA is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 234 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.07 |
| HSL | 307.5º | 0.4% | 0.88% | - |
| HSV(B) | 307.5º | 0.1% | 0.93% | - |
| XYZ | 73.57 | 71.53 | 87.77 | - |
| YUV | 222.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 234 | 0 | 0.10 | 0.01 | 0.07 | 307.5 | 0.4 | 0.88 |
| Hex | ED | D5 | EA | 0 | A | 1 | 7 | 134 | 28 | 58 |
| Octal | 355 | 325 | 352 | 0 | 12 | 1 | 7 | 464 | 50 | 130 |
| Binary | 11101101 | 11010101 | 11101010 | 0 | 1010 | 1 | 111 | 100110100 | 101000 | 1011000 |
Color Harmonies of #EDD5EA
Complementary color
Monochromatic Colors of #EDD5EA
Black with #EDD5EA
Text Example
Text Example
White with #EDD5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5EA; }
p { color: rgb(237,213,234); }
H1.HeaderClassName
{
color: #EDD5EA;
}
.AnyTagClassName
{
color: #EDD5EA;
}
</style>
background-color css
<style>
a { background-color: #EDD5EA; }
a { background-color: rgb(237,213,234); }
div.DivClassName
{
background-color: #EDD5EA;
}
.BgClassName
{
background-color: #EDD5EA;
}
</style>
border-color css
<style>
span { border-color: #EDD5EA; }
span { border-color: rgb(237,213,234); }
td.TdClassName
{
border-color: #EDD5EA;
}
.TagClassName
{
border-color: #EDD5EA;
}
</style>