Shades of Snuff #EDC3EA
Tints of Snuff #EDC3EA
RGB
CMYK
RGB Variations
Color information
#EDC3EA (or 0xEDC3EA) is known color: Snuff. HEX triplet: ED, C3 and EA. RGB value is (237,195,234). Sum of RGB (Red+Green+Blue) = 237+195+234=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 195 (76.56% from 255 or 29.28% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC3EA is #123C15. Grayscale: #D3D3D3. Windows color (decimal): -1195030 or 15385581. OLE color: 15385581.
HSL color Cylindrical-coordinate representation of color #EDC3EA: hue angle of 304.29º 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 #EDC3EA is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 234 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.07 |
| HSL | 304.29º | 0.54% | 0.85% | - |
| HSV(B) | 304.29º | 0.18% | 0.93% | - |
| XYZ | 69.29 | 62.98 | 86.35 | - |
| YUV | 212 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 234 | 0 | 0.18 | 0.01 | 0.07 | 304.29 | 0.54 | 0.85 |
| Hex | ED | C3 | EA | 0 | 12 | 1 | 7 | 130 | 36 | 55 |
| Octal | 355 | 303 | 352 | 0 | 22 | 1 | 7 | 460 | 66 | 125 |
| Binary | 11101101 | 11000011 | 11101010 | 0 | 10010 | 1 | 111 | 100110000 | 110110 | 1010101 |
Color Harmonies of #EDC3EA
Complementary color
Monochromatic Colors of #EDC3EA
Black with #EDC3EA
Text Example
Text Example
White with #EDC3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC3EA; }
p { color: rgb(237,195,234); }
H1.HeaderClassName
{
color: #EDC3EA;
}
.AnyTagClassName
{
color: #EDC3EA;
}
</style>
background-color css
<style>
a { background-color: #EDC3EA; }
a { background-color: rgb(237,195,234); }
div.DivClassName
{
background-color: #EDC3EA;
}
.BgClassName
{
background-color: #EDC3EA;
}
</style>
border-color css
<style>
span { border-color: #EDC3EA; }
span { border-color: rgb(237,195,234); }
td.TdClassName
{
border-color: #EDC3EA;
}
.TagClassName
{
border-color: #EDC3EA;
}
</style>