Shades of Snuff #EDD5E9
Tints of Snuff #EDD5E9
RGB
CMYK
RGB Variations
Color information
#EDD5E9 (or 0xEDD5E9) is known color: Snuff. HEX triplet: ED, D5 and E9. RGB value is (237,213,233). Sum of RGB (Red+Green+Blue) = 237+213+233=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 213 (83.59% from 255 or 31.19% from 683); Blue value is 233 (91.41% from 255 or 34.11% from 683); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5E9 is #122A16. Grayscale: #DEDEDE. Windows color (decimal): -1190423 or 15324653. OLE color: 15324653.
HSL color Cylindrical-coordinate representation of color #EDD5E9: hue angle of 310º 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 #EDD5E9 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 213 | 233 | - |
CMYK | 0 | 0.10 | 0.02 | 0.07 |
HSL | 310º | 0.4% | 0.88% | - |
HSV(B) | 310º | 0.1% | 0.93% | - |
XYZ | 73.43 | 71.48 | 87.02 | - |
YUV | 222.46 | 133.95 | 138.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 213 | 233 | 0 | 0.10 | 0.02 | 0.07 | 310 | 0.4 | 0.88 |
Hex | ED | D5 | E9 | 0 | A | 2 | 7 | 136 | 28 | 58 |
Octal | 355 | 325 | 351 | 0 | 12 | 2 | 7 | 466 | 50 | 130 |
Binary | 11101101 | 11010101 | 11101001 | 0 | 1010 | 10 | 111 | 100110110 | 101000 | 1011000 |
Color Harmonies of #EDD5E9
Complementary color
Monochromatic Colors of #EDD5E9
Black with #EDD5E9
Text Example
Text Example
White with #EDD5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5E9; }
p { color: rgb(237,213,233); }
H1.HeaderClassName
{
color: #EDD5E9;
}
.AnyTagClassName
{
color: #EDD5E9;
}
</style>
background-color css
<style>
a { background-color: #EDD5E9; }
a { background-color: rgb(237,213,233); }
div.DivClassName
{
background-color: #EDD5E9;
}
.BgClassName
{
background-color: #EDD5E9;
}
</style>
border-color css
<style>
span { border-color: #EDD5E9; }
span { border-color: rgb(237,213,233); }
td.TdClassName
{
border-color: #EDD5E9;
}
.TagClassName
{
border-color: #EDD5E9;
}
</style>