Shades of Snuff #EDC3EC
Tints of Snuff #EDC3EC
RGB
CMYK
RGB Variations
Color information
#EDC3EC (or 0xEDC3EC) is known color: Snuff. HEX triplet: ED, C3 and EC. RGB value is (237,195,236). Sum of RGB (Red+Green+Blue) = 237+195+236=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 195 (76.56% from 255 or 29.19% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC3EC is #123C13. Grayscale: #D4D4D4. Windows color (decimal): -1195028 or 15516653. OLE color: 15516653.
HSL color Cylindrical-coordinate representation of color #EDC3EC: hue angle of 301.43º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDC3EC is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 236 | - |
| CMYK | 0 | 0.18 | 0.00 | 0.07 |
| HSL | 301.43º | 0.54% | 0.85% | - |
| HSV(B) | 301.43º | 0.18% | 0.93% | - |
| XYZ | 69.58 | 63.09 | 87.87 | - |
| YUV | 212.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 236 | 0 | 0.18 | 0.00 | 0.07 | 301.43 | 0.54 | 0.85 |
| Hex | ED | C3 | EC | 0 | 12 | 0 | 7 | 12D | 36 | 55 |
| Octal | 355 | 303 | 354 | 0 | 22 | 0 | 7 | 455 | 66 | 125 |
| Binary | 11101101 | 11000011 | 11101100 | 0 | 10010 | 0 | 111 | 100101101 | 110110 | 1010101 |
Color Harmonies of #EDC3EC
Complementary color
Monochromatic Colors of #EDC3EC
Black with #EDC3EC
Text Example
Text Example
White with #EDC3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC3EC; }
p { color: rgb(237,195,236); }
H1.HeaderClassName
{
color: #EDC3EC;
}
.AnyTagClassName
{
color: #EDC3EC;
}
</style>
background-color css
<style>
a { background-color: #EDC3EC; }
a { background-color: rgb(237,195,236); }
div.DivClassName
{
background-color: #EDC3EC;
}
.BgClassName
{
background-color: #EDC3EC;
}
</style>
border-color css
<style>
span { border-color: #EDC3EC; }
span { border-color: rgb(237,195,236); }
td.TdClassName
{
border-color: #EDC3EC;
}
.TagClassName
{
border-color: #EDC3EC;
}
</style>