Shades of Snuff #EDC1ED
Tints of Snuff #EDC1ED
RGB
CMYK
RGB Variations
Color information
#EDC1ED (or 0xEDC1ED) is known color: Snuff. HEX triplet: ED, C1 and ED. RGB value is (237,193,237). Sum of RGB (Red+Green+Blue) = 237+193+237=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 193 (75.78% from 255 or 28.94% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDC1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC1ED is #123E12. Grayscale: #D3D3D3. Windows color (decimal): -1195539 or 15581677. OLE color: 15581677.
HSL color Cylindrical-coordinate representation of color #EDC1ED: hue angle of 300º degrees, saturation: 0.55, 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 #EDC1ED is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 193 | 237 | - |
CMYK | 0 | 0.19 | 0 | 0.07 |
HSL | 300º | 0.55% | 0.84% | - |
HSV(B) | 300º | 0.19% | 0.93% | - |
XYZ | 69.28 | 62.26 | 88.49 | - |
YUV | 211.17 | 142.58 | 146.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 193 | 237 | 0 | 0.19 | 0 | 0.07 | 300 | 0.55 | 0.84 |
Hex | ED | C1 | ED | 0 | 13 | 0 | 7 | 12C | 37 | 54 |
Octal | 355 | 301 | 355 | 0 | 23 | 0 | 7 | 454 | 67 | 124 |
Binary | 11101101 | 11000001 | 11101101 | 0 | 10011 | 0 | 111 | 100101100 | 110111 | 1010100 |
Color Harmonies of #EDC1ED
Complementary color
Monochromatic Colors of #EDC1ED
Black with #EDC1ED
Text Example
Text Example
White with #EDC1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC1ED; }
p { color: rgb(237,193,237); }
H1.HeaderClassName
{
color: #EDC1ED;
}
.AnyTagClassName
{
color: #EDC1ED;
}
</style>
background-color css
<style>
a { background-color: #EDC1ED; }
a { background-color: rgb(237,193,237); }
div.DivClassName
{
background-color: #EDC1ED;
}
.BgClassName
{
background-color: #EDC1ED;
}
</style>
border-color css
<style>
span { border-color: #EDC1ED; }
span { border-color: rgb(237,193,237); }
td.TdClassName
{
border-color: #EDC1ED;
}
.TagClassName
{
border-color: #EDC1ED;
}
</style>