Shades of Snuff #EDD5EC
Tints of Snuff #EDD5EC
RGB
CMYK
RGB Variations
Color information
#EDD5EC (or 0xEDD5EC) is known color: Snuff. HEX triplet: ED, D5 and EC. RGB value is (237,213,236). Sum of RGB (Red+Green+Blue) = 237+213+236=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 213 (83.59% from 255 or 31.05% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5EC is #122A13. Grayscale: #DEDEDE. Windows color (decimal): -1190420 or 15521261. OLE color: 15521261.
HSL color Cylindrical-coordinate representation of color #EDD5EC: hue angle of 302.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 #EDD5EC is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 213 | 236 | - |
CMYK | 0 | 0.10 | 0.00 | 0.07 |
HSL | 302.5º | 0.4% | 0.88% | - |
HSV(B) | 302.5º | 0.1% | 0.93% | - |
XYZ | 73.86 | 71.65 | 89.29 | - |
YUV | 222.8 | 135.45 | 138.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 213 | 236 | 0 | 0.10 | 0.00 | 0.07 | 302.5 | 0.4 | 0.88 |
Hex | ED | D5 | EC | 0 | A | 0 | 7 | 12E | 28 | 58 |
Octal | 355 | 325 | 354 | 0 | 12 | 0 | 7 | 456 | 50 | 130 |
Binary | 11101101 | 11010101 | 11101100 | 0 | 1010 | 0 | 111 | 100101110 | 101000 | 1011000 |
Color Harmonies of #EDD5EC
Complementary color
Monochromatic Colors of #EDD5EC
Black with #EDD5EC
Text Example
Text Example
White with #EDD5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5EC; }
p { color: rgb(237,213,236); }
H1.HeaderClassName
{
color: #EDD5EC;
}
.AnyTagClassName
{
color: #EDD5EC;
}
</style>
background-color css
<style>
a { background-color: #EDD5EC; }
a { background-color: rgb(237,213,236); }
div.DivClassName
{
background-color: #EDD5EC;
}
.BgClassName
{
background-color: #EDD5EC;
}
</style>
border-color css
<style>
span { border-color: #EDD5EC; }
span { border-color: rgb(237,213,236); }
td.TdClassName
{
border-color: #EDD5EC;
}
.TagClassName
{
border-color: #EDD5EC;
}
</style>