Shades of Selago #E8DDE9
Tints of Selago #E8DDE9
RGB
CMYK
RGB Variations
Color information
#E8DDE9 (or 0xE8DDE9) is known color: Selago. HEX triplet: E8, DD and E9. RGB value is (232,221,233). Sum of RGB (Red+Green+Blue) = 232+221+233=686 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.82% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 233 (91.41% from 255 or 33.97% from 686); Max value from RGB is 233 - color contains mainly: blue. Hex color #E8DDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DDE9 is #172216. Grayscale: #E1E1E1. Windows color (decimal): -1516055 or 15326696. OLE color: 15326696.
HSL color Cylindrical-coordinate representation of color #E8DDE9: hue angle of 295º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E8DDE9 is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 233 | - |
| CMYK | 0.00 | 0.05 | 0 | 0.09 |
| HSL | 295º | 0.21% | 0.89% | - |
| HSV(B) | 295º | 0.05% | 0.91% | - |
| XYZ | 73.84 | 74.75 | 87.63 | - |
| YUV | 225.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 233 | 0.00 | 0.05 | 0 | 0.09 | 295 | 0.21 | 0.89 |
| Hex | E8 | DD | E9 | 0 | 5 | 0 | 9 | 127 | 15 | 59 |
| Octal | 350 | 335 | 351 | 0 | 5 | 0 | 11 | 447 | 25 | 131 |
| Binary | 11101000 | 11011101 | 11101001 | 0 | 101 | 0 | 1001 | 100100111 | 10101 | 1011001 |
Color Harmonies of #E8DDE9
Complementary color
Monochromatic Colors of #E8DDE9
Black with #E8DDE9
Text Example
Text Example
White with #E8DDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DDE9; }
p { color: rgb(232,221,233); }
H1.HeaderClassName
{
color: #E8DDE9;
}
.AnyTagClassName
{
color: #E8DDE9;
}
</style>
background-color css
<style>
a { background-color: #E8DDE9; }
a { background-color: rgb(232,221,233); }
div.DivClassName
{
background-color: #E8DDE9;
}
.BgClassName
{
background-color: #E8DDE9;
}
</style>
border-color css
<style>
span { border-color: #E8DDE9; }
span { border-color: rgb(232,221,233); }
td.TdClassName
{
border-color: #E8DDE9;
}
.TagClassName
{
border-color: #E8DDE9;
}
</style>