Shades of Snuff #EDCAEC
Tints of Snuff #EDCAEC
RGB
CMYK
RGB Variations
Color information
#EDCAEC (or 0xEDCAEC) is known color: Snuff. HEX triplet: ED, CA and EC. RGB value is (237,202,236). Sum of RGB (Red+Green+Blue) = 237+202+236=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCAEC is #123513. Grayscale: #D8D8D8. Windows color (decimal): -1193236 or 15518445. OLE color: 15518445.
HSL color Cylindrical-coordinate representation of color #EDCAEC: hue angle of 301.71º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDCAEC is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 202 | 236 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.07 |
| HSL | 301.71º | 0.49% | 0.86% | - |
| HSV(B) | 301.71º | 0.15% | 0.93% | - |
| XYZ | 71.19 | 66.3 | 88.4 | - |
| YUV | 216.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 202 | 236 | 0 | 0.15 | 0.00 | 0.07 | 301.71 | 0.49 | 0.86 |
| Hex | ED | CA | EC | 0 | F | 0 | 7 | 12E | 31 | 56 |
| Octal | 355 | 312 | 354 | 0 | 17 | 0 | 7 | 456 | 61 | 126 |
| Binary | 11101101 | 11001010 | 11101100 | 0 | 1111 | 0 | 111 | 100101110 | 110001 | 1010110 |
Color Harmonies of #EDCAEC
Complementary color
Monochromatic Colors of #EDCAEC
Black with #EDCAEC
Text Example
Text Example
White with #EDCAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCAEC; }
p { color: rgb(237,202,236); }
H1.HeaderClassName
{
color: #EDCAEC;
}
.AnyTagClassName
{
color: #EDCAEC;
}
</style>
background-color css
<style>
a { background-color: #EDCAEC; }
a { background-color: rgb(237,202,236); }
div.DivClassName
{
background-color: #EDCAEC;
}
.BgClassName
{
background-color: #EDCAEC;
}
</style>
border-color css
<style>
span { border-color: #EDCAEC; }
span { border-color: rgb(237,202,236); }
td.TdClassName
{
border-color: #EDCAEC;
}
.TagClassName
{
border-color: #EDCAEC;
}
</style>