Shades of Snuff #EDD7EB
Tints of Snuff #EDD7EB
RGB
CMYK
RGB Variations
Color information
#EDD7EB (or 0xEDD7EB) is known color: Snuff. HEX triplet: ED, D7 and EB. RGB value is (237,215,235). Sum of RGB (Red+Green+Blue) = 237+215+235=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 215 (84.38% from 255 or 31.30% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD7EB is #122814. Grayscale: #DFDFDF. Windows color (decimal): -1189909 or 15456237. OLE color: 15456237.
HSL color Cylindrical-coordinate representation of color #EDD7EB: hue angle of 305.45º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDD7EB is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 215 | 235 | - |
CMYK | 0 | 0.09 | 0.01 | 0.07 |
HSL | 305.45º | 0.38% | 0.89% | - |
HSV(B) | 305.45º | 0.09% | 0.93% | - |
XYZ | 74.22 | 72.6 | 88.7 | - |
YUV | 223.86 | 134.29 | 137.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 215 | 235 | 0 | 0.09 | 0.01 | 0.07 | 305.45 | 0.38 | 0.89 |
Hex | ED | D7 | EB | 0 | 9 | 1 | 7 | 131 | 26 | 59 |
Octal | 355 | 327 | 353 | 0 | 11 | 1 | 7 | 461 | 46 | 131 |
Binary | 11101101 | 11010111 | 11101011 | 0 | 1001 | 1 | 111 | 100110001 | 100110 | 1011001 |
Color Harmonies of #EDD7EB
Complementary color
Monochromatic Colors of #EDD7EB
Black with #EDD7EB
Text Example
Text Example
White with #EDD7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD7EB; }
p { color: rgb(237,215,235); }
H1.HeaderClassName
{
color: #EDD7EB;
}
.AnyTagClassName
{
color: #EDD7EB;
}
</style>
background-color css
<style>
a { background-color: #EDD7EB; }
a { background-color: rgb(237,215,235); }
div.DivClassName
{
background-color: #EDD7EB;
}
.BgClassName
{
background-color: #EDD7EB;
}
</style>
border-color css
<style>
span { border-color: #EDD7EB; }
span { border-color: rgb(237,215,235); }
td.TdClassName
{
border-color: #EDD7EB;
}
.TagClassName
{
border-color: #EDD7EB;
}
</style>