Shades of Snuff #EDC4EE
Tints of Snuff #EDC4EE
RGB
CMYK
RGB Variations
Color information
#EDC4EE (or 0xEDC4EE) is known color: Snuff. HEX triplet: ED, C4 and EE. RGB value is (237,196,238). Sum of RGB (Red+Green+Blue) = 237+196+238=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 196 (76.95% from 255 or 29.21% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDC4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC4EE is #123B11. Grayscale: #D4D4D4. Windows color (decimal): -1194770 or 15647981. OLE color: 15647981.
HSL color Cylindrical-coordinate representation of color #EDC4EE: hue angle of 298.57º degrees, saturation: 0.55, 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 #EDC4EE is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 238 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.07 |
| HSL | 298.57º | 0.55% | 0.85% | - |
| HSV(B) | 298.57º | 0.18% | 0.93% | - |
| XYZ | 70.1 | 63.66 | 89.48 | - |
| YUV | 213.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 238 | 0.00 | 0.18 | 0 | 0.07 | 298.57 | 0.55 | 0.85 |
| Hex | ED | C4 | EE | 0 | 12 | 0 | 7 | 12B | 37 | 55 |
| Octal | 355 | 304 | 356 | 0 | 22 | 0 | 7 | 453 | 67 | 125 |
| Binary | 11101101 | 11000100 | 11101110 | 0 | 10010 | 0 | 111 | 100101011 | 110111 | 1010101 |
Color Harmonies of #EDC4EE
Complementary color
Monochromatic Colors of #EDC4EE
Black with #EDC4EE
Text Example
Text Example
White with #EDC4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC4EE; }
p { color: rgb(237,196,238); }
H1.HeaderClassName
{
color: #EDC4EE;
}
.AnyTagClassName
{
color: #EDC4EE;
}
</style>
background-color css
<style>
a { background-color: #EDC4EE; }
a { background-color: rgb(237,196,238); }
div.DivClassName
{
background-color: #EDC4EE;
}
.BgClassName
{
background-color: #EDC4EE;
}
</style>
border-color css
<style>
span { border-color: #EDC4EE; }
span { border-color: rgb(237,196,238); }
td.TdClassName
{
border-color: #EDC4EE;
}
.TagClassName
{
border-color: #EDC4EE;
}
</style>