Shades of Snuff #EDC2EB
Tints of Snuff #EDC2EB
RGB
CMYK
RGB Variations
Color information
#EDC2EB (or 0xEDC2EB) is known color: Snuff. HEX triplet: ED, C2 and EB. RGB value is (237,194,235). Sum of RGB (Red+Green+Blue) = 237+194+235=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 194 (76.17% from 255 or 29.13% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC2EB is #123D14. Grayscale: #D3D3D3. Windows color (decimal): -1195285 or 15450861. OLE color: 15450861.
HSL color Cylindrical-coordinate representation of color #EDC2EB: hue angle of 302.79º 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 #EDC2EB is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 235 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.07 |
| HSL | 302.79º | 0.54% | 0.85% | - |
| HSV(B) | 302.79º | 0.18% | 0.93% | - |
| XYZ | 69.21 | 62.59 | 87.03 | - |
| YUV | 211.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 235 | 0 | 0.18 | 0.01 | 0.07 | 302.79 | 0.54 | 0.85 |
| Hex | ED | C2 | EB | 0 | 12 | 1 | 7 | 12F | 36 | 55 |
| Octal | 355 | 302 | 353 | 0 | 22 | 1 | 7 | 457 | 66 | 125 |
| Binary | 11101101 | 11000010 | 11101011 | 0 | 10010 | 1 | 111 | 100101111 | 110110 | 1010101 |
Color Harmonies of #EDC2EB
Complementary color
Monochromatic Colors of #EDC2EB
Black with #EDC2EB
Text Example
Text Example
White with #EDC2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC2EB; }
p { color: rgb(237,194,235); }
H1.HeaderClassName
{
color: #EDC2EB;
}
.AnyTagClassName
{
color: #EDC2EB;
}
</style>
background-color css
<style>
a { background-color: #EDC2EB; }
a { background-color: rgb(237,194,235); }
div.DivClassName
{
background-color: #EDC2EB;
}
.BgClassName
{
background-color: #EDC2EB;
}
</style>
border-color css
<style>
span { border-color: #EDC2EB; }
span { border-color: rgb(237,194,235); }
td.TdClassName
{
border-color: #EDC2EB;
}
.TagClassName
{
border-color: #EDC2EB;
}
</style>