Shades of Snuff #EDC5E9
Tints of Snuff #EDC5E9
RGB
CMYK
RGB Variations
Color information
#EDC5E9 (or 0xEDC5E9) is known color: Snuff. HEX triplet: ED, C5 and E9. RGB value is (237,197,233). Sum of RGB (Red+Green+Blue) = 237+197+233=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 197 (77.34% from 255 or 29.54% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC5E9 is #123A16. Grayscale: #D4D4D4. Windows color (decimal): -1194519 or 15320557. OLE color: 15320557.
HSL color Cylindrical-coordinate representation of color #EDC5E9: hue angle of 306º 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 #EDC5E9 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 197 | 233 | - |
CMYK | 0 | 0.17 | 0.02 | 0.07 |
HSL | 306º | 0.53% | 0.85% | - |
HSV(B) | 306º | 0.17% | 0.93% | - |
XYZ | 69.6 | 63.82 | 85.74 | - |
YUV | 213.06 | 139.25 | 145.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 197 | 233 | 0 | 0.17 | 0.02 | 0.07 | 306 | 0.53 | 0.85 |
Hex | ED | C5 | E9 | 0 | 11 | 2 | 7 | 132 | 35 | 55 |
Octal | 355 | 305 | 351 | 0 | 21 | 2 | 7 | 462 | 65 | 125 |
Binary | 11101101 | 11000101 | 11101001 | 0 | 10001 | 10 | 111 | 100110010 | 110101 | 1010101 |
Color Harmonies of #EDC5E9
Complementary color
Monochromatic Colors of #EDC5E9
Black with #EDC5E9
Text Example
Text Example
White with #EDC5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC5E9; }
p { color: rgb(237,197,233); }
H1.HeaderClassName
{
color: #EDC5E9;
}
.AnyTagClassName
{
color: #EDC5E9;
}
</style>
background-color css
<style>
a { background-color: #EDC5E9; }
a { background-color: rgb(237,197,233); }
div.DivClassName
{
background-color: #EDC5E9;
}
.BgClassName
{
background-color: #EDC5E9;
}
</style>
border-color css
<style>
span { border-color: #EDC5E9; }
span { border-color: rgb(237,197,233); }
td.TdClassName
{
border-color: #EDC5E9;
}
.TagClassName
{
border-color: #EDC5E9;
}
</style>