Shades of Snuff #EDC0EF
Tints of Snuff #EDC0EF
RGB
CMYK
RGB Variations
Color information
#EDC0EF (or 0xEDC0EF) is known color: Snuff. HEX triplet: ED, C0 and EF. RGB value is (237,192,239). Sum of RGB (Red+Green+Blue) = 237+192+239=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 192 (75.39% from 255 or 28.74% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDC0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0EF is #123F10. Grayscale: #D2D2D2. Windows color (decimal): -1195793 or 15712493. OLE color: 15712493.
HSL color Cylindrical-coordinate representation of color #EDC0EF: hue angle of 297.45º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDC0EF is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 192 | 239 | - |
CMYK | 0.01 | 0.20 | 0 | 0.06 |
HSL | 297.45º | 0.59% | 0.85% | - |
HSV(B) | 297.45º | 0.2% | 0.94% | - |
XYZ | 69.35 | 61.94 | 89.96 | - |
YUV | 210.81 | 143.91 | 146.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 192 | 239 | 0.01 | 0.20 | 0 | 0.06 | 297.45 | 0.59 | 0.85 |
Hex | ED | C0 | EF | 1 | 14 | 0 | 6 | 129 | 3B | 55 |
Octal | 355 | 300 | 357 | 1 | 24 | 0 | 6 | 451 | 73 | 125 |
Binary | 11101101 | 11000000 | 11101111 | 1 | 10100 | 0 | 110 | 100101001 | 111011 | 1010101 |
Color Harmonies of #EDC0EF
Complementary color
Monochromatic Colors of #EDC0EF
Black with #EDC0EF
Text Example
Text Example
White with #EDC0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC0EF; }
p { color: rgb(237,192,239); }
H1.HeaderClassName
{
color: #EDC0EF;
}
.AnyTagClassName
{
color: #EDC0EF;
}
</style>
background-color css
<style>
a { background-color: #EDC0EF; }
a { background-color: rgb(237,192,239); }
div.DivClassName
{
background-color: #EDC0EF;
}
.BgClassName
{
background-color: #EDC0EF;
}
</style>
border-color css
<style>
span { border-color: #EDC0EF; }
span { border-color: rgb(237,192,239); }
td.TdClassName
{
border-color: #EDC0EF;
}
.TagClassName
{
border-color: #EDC0EF;
}
</style>