Shades of Snuff #E8CDEC
Tints of Snuff #E8CDEC
RGB
CMYK
RGB Variations
Color information
#E8CDEC (or 0xE8CDEC) is known color: Snuff. HEX triplet: E8, CD and EC. RGB value is (232,205,236). Sum of RGB (Red+Green+Blue) = 232+205+236=673 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.47% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8CDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CDEC is #173213. Grayscale: #D8D8D8. Windows color (decimal): -1520148 or 15519208. OLE color: 15519208.
HSL color Cylindrical-coordinate representation of color #E8CDEC: hue angle of 292.26º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8CDEC is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 205 | 236 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.07 |
| HSL | 292.26º | 0.45% | 0.86% | - |
| HSV(B) | 292.26º | 0.13% | 0.93% | - |
| XYZ | 70.25 | 66.87 | 88.56 | - |
| YUV | 216.61 | 138.95 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 236 | 0.02 | 0.13 | 0 | 0.07 | 292.26 | 0.45 | 0.86 |
| Hex | E8 | CD | EC | 2 | D | 0 | 7 | 124 | 2D | 56 |
| Octal | 350 | 315 | 354 | 2 | 15 | 0 | 7 | 444 | 55 | 126 |
| Binary | 11101000 | 11001101 | 11101100 | 10 | 1101 | 0 | 111 | 100100100 | 101101 | 1010110 |
Color Harmonies of #E8CDEC
Complementary color
Monochromatic Colors of #E8CDEC
Black with #E8CDEC
Text Example
Text Example
White with #E8CDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CDEC; }
p { color: rgb(232,205,236); }
H1.HeaderClassName
{
color: #E8CDEC;
}
.AnyTagClassName
{
color: #E8CDEC;
}
</style>
background-color css
<style>
a { background-color: #E8CDEC; }
a { background-color: rgb(232,205,236); }
div.DivClassName
{
background-color: #E8CDEC;
}
.BgClassName
{
background-color: #E8CDEC;
}
</style>
border-color css
<style>
span { border-color: #E8CDEC; }
span { border-color: rgb(232,205,236); }
td.TdClassName
{
border-color: #E8CDEC;
}
.TagClassName
{
border-color: #E8CDEC;
}
</style>