Shades of Snuff #EDC9ED
Tints of Snuff #EDC9ED
RGB
CMYK
RGB Variations
Color information
#EDC9ED (or 0xEDC9ED) is known color: Snuff. HEX triplet: ED, C9 and ED. RGB value is (237,201,237). Sum of RGB (Red+Green+Blue) = 237+201+237=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 201 (78.91% from 255 or 29.78% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDC9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9ED is #123612. Grayscale: #D7D7D7. Windows color (decimal): -1193491 or 15583725. OLE color: 15583725.
HSL color Cylindrical-coordinate representation of color #EDC9ED: hue angle of 300º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDC9ED is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 201 | 237 | - |
CMYK | 0 | 0.15 | 0 | 0.07 |
HSL | 300º | 0.5% | 0.86% | - |
HSV(B) | 300º | 0.15% | 0.93% | - |
XYZ | 71.1 | 65.89 | 89.09 | - |
YUV | 215.87 | 139.93 | 143.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 201 | 237 | 0 | 0.15 | 0 | 0.07 | 300 | 0.5 | 0.86 |
Hex | ED | C9 | ED | 0 | F | 0 | 7 | 12C | 32 | 56 |
Octal | 355 | 311 | 355 | 0 | 17 | 0 | 7 | 454 | 62 | 126 |
Binary | 11101101 | 11001001 | 11101101 | 0 | 1111 | 0 | 111 | 100101100 | 110010 | 1010110 |
Color Harmonies of #EDC9ED
Complementary color
Monochromatic Colors of #EDC9ED
Black with #EDC9ED
Text Example
Text Example
White with #EDC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9ED; }
p { color: rgb(237,201,237); }
H1.HeaderClassName
{
color: #EDC9ED;
}
.AnyTagClassName
{
color: #EDC9ED;
}
</style>
background-color css
<style>
a { background-color: #EDC9ED; }
a { background-color: rgb(237,201,237); }
div.DivClassName
{
background-color: #EDC9ED;
}
.BgClassName
{
background-color: #EDC9ED;
}
</style>
border-color css
<style>
span { border-color: #EDC9ED; }
span { border-color: rgb(237,201,237); }
td.TdClassName
{
border-color: #EDC9ED;
}
.TagClassName
{
border-color: #EDC9ED;
}
</style>