Shades of Snuff #EDC8EF
Tints of Snuff #EDC8EF
RGB
CMYK
RGB Variations
Color information
#EDC8EF (or 0xEDC8EF) is known color: Snuff. HEX triplet: ED, C8 and EF. RGB value is (237,200,239). Sum of RGB (Red+Green+Blue) = 237+200+239=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 200 (78.52% from 255 or 29.59% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDC8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC8EF is #123710. Grayscale: #D7D7D7. Windows color (decimal): -1193745 or 15714541. OLE color: 15714541.
HSL color Cylindrical-coordinate representation of color #EDC8EF: hue angle of 296.92º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC8EF is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 200 | 239 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.06 |
| HSL | 296.92º | 0.55% | 0.86% | - |
| HSV(B) | 296.92º | 0.16% | 0.94% | - |
| XYZ | 71.16 | 65.55 | 90.56 | - |
| YUV | 215.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 239 | 0.01 | 0.16 | 0 | 0.06 | 296.92 | 0.55 | 0.86 |
| Hex | ED | C8 | EF | 1 | 10 | 0 | 6 | 129 | 37 | 56 |
| Octal | 355 | 310 | 357 | 1 | 20 | 0 | 6 | 451 | 67 | 126 |
| Binary | 11101101 | 11001000 | 11101111 | 1 | 10000 | 0 | 110 | 100101001 | 110111 | 1010110 |
Color Harmonies of #EDC8EF
Complementary color
Monochromatic Colors of #EDC8EF
Black with #EDC8EF
Text Example
Text Example
White with #EDC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC8EF; }
p { color: rgb(237,200,239); }
H1.HeaderClassName
{
color: #EDC8EF;
}
.AnyTagClassName
{
color: #EDC8EF;
}
</style>
background-color css
<style>
a { background-color: #EDC8EF; }
a { background-color: rgb(237,200,239); }
div.DivClassName
{
background-color: #EDC8EF;
}
.BgClassName
{
background-color: #EDC8EF;
}
</style>
border-color css
<style>
span { border-color: #EDC8EF; }
span { border-color: rgb(237,200,239); }
td.TdClassName
{
border-color: #EDC8EF;
}
.TagClassName
{
border-color: #EDC8EF;
}
</style>