Shades of Snuff #EDC0ED
Tints of Snuff #EDC0ED
RGB
CMYK
RGB Variations
Color information
#EDC0ED (or 0xEDC0ED) is known color: Snuff. HEX triplet: ED, C0 and ED. RGB value is (237,192,237). Sum of RGB (Red+Green+Blue) = 237+192+237=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 192 (75.39% from 255 or 28.83% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDC0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0ED is #123F12. Grayscale: #D2D2D2. Windows color (decimal): -1195795 or 15581421. OLE color: 15581421.
HSL color Cylindrical-coordinate representation of color #EDC0ED: hue angle of 300º 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 #EDC0ED is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 192 | 237 | - |
CMYK | 0 | 0.19 | 0 | 0.07 |
HSL | 300º | 0.56% | 0.84% | - |
HSV(B) | 300º | 0.19% | 0.93% | - |
XYZ | 69.06 | 61.82 | 88.41 | - |
YUV | 210.59 | 142.91 | 146.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 192 | 237 | 0 | 0.19 | 0 | 0.07 | 300 | 0.56 | 0.84 |
Hex | ED | C0 | ED | 0 | 13 | 0 | 7 | 12C | 38 | 54 |
Octal | 355 | 300 | 355 | 0 | 23 | 0 | 7 | 454 | 70 | 124 |
Binary | 11101101 | 11000000 | 11101101 | 0 | 10011 | 0 | 111 | 100101100 | 111000 | 1010100 |
Color Harmonies of #EDC0ED
Complementary color
Monochromatic Colors of #EDC0ED
Black with #EDC0ED
Text Example
Text Example
White with #EDC0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC0ED; }
p { color: rgb(237,192,237); }
H1.HeaderClassName
{
color: #EDC0ED;
}
.AnyTagClassName
{
color: #EDC0ED;
}
</style>
background-color css
<style>
a { background-color: #EDC0ED; }
a { background-color: rgb(237,192,237); }
div.DivClassName
{
background-color: #EDC0ED;
}
.BgClassName
{
background-color: #EDC0ED;
}
</style>
border-color css
<style>
span { border-color: #EDC0ED; }
span { border-color: rgb(237,192,237); }
td.TdClassName
{
border-color: #EDC0ED;
}
.TagClassName
{
border-color: #EDC0ED;
}
</style>