Shades of Snuff #EDC1EF
Tints of Snuff #EDC1EF
RGB
CMYK
RGB Variations
Color information
#EDC1EF (or 0xEDC1EF) is known color: Snuff. HEX triplet: ED, C1 and EF. RGB value is (237,193,239). Sum of RGB (Red+Green+Blue) = 237+193+239=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 193 (75.78% from 255 or 28.85% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDC1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC1EF is #123E10. Grayscale: #D3D3D3. Windows color (decimal): -1195537 or 15712749. OLE color: 15712749.
HSL color Cylindrical-coordinate representation of color #EDC1EF: hue angle of 297.39º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDC1EF is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 193 | 239 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.06 |
| HSL | 297.39º | 0.59% | 0.85% | - |
| HSV(B) | 297.39º | 0.19% | 0.94% | - |
| XYZ | 69.58 | 62.38 | 90.03 | - |
| YUV | 211.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 239 | 0.01 | 0.19 | 0 | 0.06 | 297.39 | 0.59 | 0.85 |
| Hex | ED | C1 | EF | 1 | 13 | 0 | 6 | 129 | 3B | 55 |
| Octal | 355 | 301 | 357 | 1 | 23 | 0 | 6 | 451 | 73 | 125 |
| Binary | 11101101 | 11000001 | 11101111 | 1 | 10011 | 0 | 110 | 100101001 | 111011 | 1010101 |
Color Harmonies of #EDC1EF
Complementary color
Monochromatic Colors of #EDC1EF
Black with #EDC1EF
Text Example
Text Example
White with #EDC1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC1EF; }
p { color: rgb(237,193,239); }
H1.HeaderClassName
{
color: #EDC1EF;
}
.AnyTagClassName
{
color: #EDC1EF;
}
</style>
background-color css
<style>
a { background-color: #EDC1EF; }
a { background-color: rgb(237,193,239); }
div.DivClassName
{
background-color: #EDC1EF;
}
.BgClassName
{
background-color: #EDC1EF;
}
</style>
border-color css
<style>
span { border-color: #EDC1EF; }
span { border-color: rgb(237,193,239); }
td.TdClassName
{
border-color: #EDC1EF;
}
.TagClassName
{
border-color: #EDC1EF;
}
</style>