Shades of Snuff #EDC7EB
Tints of Snuff #EDC7EB
RGB
CMYK
RGB Variations
Color information
#EDC7EB (or 0xEDC7EB) is known color: Snuff. HEX triplet: ED, C7 and EB. RGB value is (237,199,235). Sum of RGB (Red+Green+Blue) = 237+199+235=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 199 (78.12% from 255 or 29.66% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC7EB is #123814. Grayscale: #D6D6D6. Windows color (decimal): -1194005 or 15452141. OLE color: 15452141.
HSL color Cylindrical-coordinate representation of color #EDC7EB: hue angle of 303.16º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC7EB is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 235 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.07 |
| HSL | 303.16º | 0.51% | 0.85% | - |
| HSV(B) | 303.16º | 0.16% | 0.93% | - |
| XYZ | 70.34 | 64.85 | 87.41 | - |
| YUV | 214.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 235 | 0 | 0.16 | 0.01 | 0.07 | 303.16 | 0.51 | 0.85 |
| Hex | ED | C7 | EB | 0 | 10 | 1 | 7 | 12F | 33 | 55 |
| Octal | 355 | 307 | 353 | 0 | 20 | 1 | 7 | 457 | 63 | 125 |
| Binary | 11101101 | 11000111 | 11101011 | 0 | 10000 | 1 | 111 | 100101111 | 110011 | 1010101 |
Color Harmonies of #EDC7EB
Complementary color
Monochromatic Colors of #EDC7EB
Black with #EDC7EB
Text Example
Text Example
White with #EDC7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC7EB; }
p { color: rgb(237,199,235); }
H1.HeaderClassName
{
color: #EDC7EB;
}
.AnyTagClassName
{
color: #EDC7EB;
}
</style>
background-color css
<style>
a { background-color: #EDC7EB; }
a { background-color: rgb(237,199,235); }
div.DivClassName
{
background-color: #EDC7EB;
}
.BgClassName
{
background-color: #EDC7EB;
}
</style>
border-color css
<style>
span { border-color: #EDC7EB; }
span { border-color: rgb(237,199,235); }
td.TdClassName
{
border-color: #EDC7EB;
}
.TagClassName
{
border-color: #EDC7EB;
}
</style>