Shades of Snuff #EDC5ED
Tints of Snuff #EDC5ED
RGB
CMYK
RGB Variations
Color information
#EDC5ED (or 0xEDC5ED) is known color: Snuff. HEX triplet: ED, C5 and ED. RGB value is (237,197,237). Sum of RGB (Red+Green+Blue) = 237+197+237=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 197 (77.34% from 255 or 29.36% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDC5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC5ED is #123A12. Grayscale: #D5D5D5. Windows color (decimal): -1194515 or 15582701. OLE color: 15582701.
HSL color Cylindrical-coordinate representation of color #EDC5ED: hue angle of 300º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDC5ED is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 197 | 237 | - |
CMYK | 0 | 0.17 | 0 | 0.07 |
HSL | 300º | 0.53% | 0.85% | - |
HSV(B) | 300º | 0.17% | 0.93% | - |
XYZ | 70.18 | 64.05 | 88.79 | - |
YUV | 213.52 | 141.25 | 144.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 197 | 237 | 0 | 0.17 | 0 | 0.07 | 300 | 0.53 | 0.85 |
Hex | ED | C5 | ED | 0 | 11 | 0 | 7 | 12C | 35 | 55 |
Octal | 355 | 305 | 355 | 0 | 21 | 0 | 7 | 454 | 65 | 125 |
Binary | 11101101 | 11000101 | 11101101 | 0 | 10001 | 0 | 111 | 100101100 | 110101 | 1010101 |
Color Harmonies of #EDC5ED
Complementary color
Monochromatic Colors of #EDC5ED
Black with #EDC5ED
Text Example
Text Example
White with #EDC5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC5ED; }
p { color: rgb(237,197,237); }
H1.HeaderClassName
{
color: #EDC5ED;
}
.AnyTagClassName
{
color: #EDC5ED;
}
</style>
background-color css
<style>
a { background-color: #EDC5ED; }
a { background-color: rgb(237,197,237); }
div.DivClassName
{
background-color: #EDC5ED;
}
.BgClassName
{
background-color: #EDC5ED;
}
</style>
border-color css
<style>
span { border-color: #EDC5ED; }
span { border-color: rgb(237,197,237); }
td.TdClassName
{
border-color: #EDC5ED;
}
.TagClassName
{
border-color: #EDC5ED;
}
</style>