Shades of Snuff #EDC3EB
Tints of Snuff #EDC3EB
RGB
CMYK
RGB Variations
Color information
#EDC3EB (or 0xEDC3EB) is known color: Snuff. HEX triplet: ED, C3 and EB. RGB value is (237,195,235). Sum of RGB (Red+Green+Blue) = 237+195+235=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 195 (76.56% from 255 or 29.24% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC3EB is #123C14. Grayscale: #D3D3D3. Windows color (decimal): -1195029 or 15451117. OLE color: 15451117.
HSL color Cylindrical-coordinate representation of color #EDC3EB: hue angle of 302.86º 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 #EDC3EB is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 235 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.07 |
| HSL | 302.86º | 0.54% | 0.85% | - |
| HSV(B) | 302.86º | 0.18% | 0.93% | - |
| XYZ | 69.44 | 63.03 | 87.1 | - |
| YUV | 212.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 235 | 0 | 0.18 | 0.01 | 0.07 | 302.86 | 0.54 | 0.85 |
| Hex | ED | C3 | EB | 0 | 12 | 1 | 7 | 12F | 36 | 55 |
| Octal | 355 | 303 | 353 | 0 | 22 | 1 | 7 | 457 | 66 | 125 |
| Binary | 11101101 | 11000011 | 11101011 | 0 | 10010 | 1 | 111 | 100101111 | 110110 | 1010101 |
Color Harmonies of #EDC3EB
Complementary color
Monochromatic Colors of #EDC3EB
Black with #EDC3EB
Text Example
Text Example
White with #EDC3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC3EB; }
p { color: rgb(237,195,235); }
H1.HeaderClassName
{
color: #EDC3EB;
}
.AnyTagClassName
{
color: #EDC3EB;
}
</style>
background-color css
<style>
a { background-color: #EDC3EB; }
a { background-color: rgb(237,195,235); }
div.DivClassName
{
background-color: #EDC3EB;
}
.BgClassName
{
background-color: #EDC3EB;
}
</style>
border-color css
<style>
span { border-color: #EDC3EB; }
span { border-color: rgb(237,195,235); }
td.TdClassName
{
border-color: #EDC3EB;
}
.TagClassName
{
border-color: #EDC3EB;
}
</style>