Shades of Snuff #EDC0EC
Tints of Snuff #EDC0EC
RGB
CMYK
RGB Variations
Color information
#EDC0EC (or 0xEDC0EC) is known color: Snuff. HEX triplet: ED, C0 and EC. RGB value is (237,192,236). Sum of RGB (Red+Green+Blue) = 237+192+236=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0EC is #123F13. Grayscale: #D2D2D2. Windows color (decimal): -1195796 or 15515885. OLE color: 15515885.
HSL color Cylindrical-coordinate representation of color #EDC0EC: hue angle of 301.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDC0EC is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 192 | 236 | - |
CMYK | 0 | 0.19 | 0.00 | 0.07 |
HSL | 301.33º | 0.56% | 0.84% | - |
HSV(B) | 301.33º | 0.19% | 0.93% | - |
XYZ | 68.92 | 61.76 | 87.65 | - |
YUV | 210.47 | 142.41 | 146.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 192 | 236 | 0 | 0.19 | 0.00 | 0.07 | 301.33 | 0.56 | 0.84 |
Hex | ED | C0 | EC | 0 | 13 | 0 | 7 | 12D | 38 | 54 |
Octal | 355 | 300 | 354 | 0 | 23 | 0 | 7 | 455 | 70 | 124 |
Binary | 11101101 | 11000000 | 11101100 | 0 | 10011 | 0 | 111 | 100101101 | 111000 | 1010100 |
Color Harmonies of #EDC0EC
Complementary color
Monochromatic Colors of #EDC0EC
Black with #EDC0EC
Text Example
Text Example
White with #EDC0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC0EC; }
p { color: rgb(237,192,236); }
H1.HeaderClassName
{
color: #EDC0EC;
}
.AnyTagClassName
{
color: #EDC0EC;
}
</style>
background-color css
<style>
a { background-color: #EDC0EC; }
a { background-color: rgb(237,192,236); }
div.DivClassName
{
background-color: #EDC0EC;
}
.BgClassName
{
background-color: #EDC0EC;
}
</style>
border-color css
<style>
span { border-color: #EDC0EC; }
span { border-color: rgb(237,192,236); }
td.TdClassName
{
border-color: #EDC0EC;
}
.TagClassName
{
border-color: #EDC0EC;
}
</style>