Shades of Selago #E8D6EC
Tints of Selago #E8D6EC
RGB
CMYK
RGB Variations
Color information
#E8D6EC (or 0xE8D6EC) is known color: Selago. HEX triplet: E8, D6 and EC. RGB value is (232,214,236). Sum of RGB (Red+Green+Blue) = 232+214+236=682 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.02% from 682); Green value is 214 (83.98% from 255 or 31.38% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8D6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D6EC is #172913. Grayscale: #DDDDDD. Windows color (decimal): -1517844 or 15521512. OLE color: 15521512.
HSL color Cylindrical-coordinate representation of color #E8D6EC: hue angle of 289.09º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8D6EC is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 214 | 236 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.07 |
| HSL | 289.09º | 0.37% | 0.88% | - |
| HSV(B) | 289.09º | 0.09% | 0.93% | - |
| XYZ | 72.47 | 71.31 | 89.3 | - |
| YUV | 221.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 214 | 236 | 0.02 | 0.09 | 0 | 0.07 | 289.09 | 0.37 | 0.88 |
| Hex | E8 | D6 | EC | 2 | 9 | 0 | 7 | 121 | 25 | 58 |
| Octal | 350 | 326 | 354 | 2 | 11 | 0 | 7 | 441 | 45 | 130 |
| Binary | 11101000 | 11010110 | 11101100 | 10 | 1001 | 0 | 111 | 100100001 | 100101 | 1011000 |
Color Harmonies of #E8D6EC
Complementary color
Monochromatic Colors of #E8D6EC
Black with #E8D6EC
Text Example
Text Example
White with #E8D6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D6EC; }
p { color: rgb(232,214,236); }
H1.HeaderClassName
{
color: #E8D6EC;
}
.AnyTagClassName
{
color: #E8D6EC;
}
</style>
background-color css
<style>
a { background-color: #E8D6EC; }
a { background-color: rgb(232,214,236); }
div.DivClassName
{
background-color: #E8D6EC;
}
.BgClassName
{
background-color: #E8D6EC;
}
</style>
border-color css
<style>
span { border-color: #E8D6EC; }
span { border-color: rgb(232,214,236); }
td.TdClassName
{
border-color: #E8D6EC;
}
.TagClassName
{
border-color: #E8D6EC;
}
</style>