Shades of Selago #E7DDE8
Tints of Selago #E7DDE8
RGB
CMYK
RGB Variations
Color information
#E7DDE8 (or 0xE7DDE8) is known color: Selago. HEX triplet: E7, DD and E8. RGB value is (231,221,232). Sum of RGB (Red+Green+Blue) = 231+221+232=684 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.77% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 232 (91.02% from 255 or 33.92% from 684); Max value from RGB is 232 - color contains mainly: blue. Hex color #E7DDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DDE8 is #182217. Grayscale: #E1E1E1. Windows color (decimal): -1581592 or 15261159. OLE color: 15261159.
HSL color Cylindrical-coordinate representation of color #E7DDE8: hue angle of 294.55º degrees, saturation: 0.19, 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 #E7DDE8 is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 232 | - |
| CMYK | 0.00 | 0.05 | 0 | 0.09 |
| HSL | 294.55º | 0.19% | 0.89% | - |
| HSV(B) | 294.55º | 0.05% | 0.91% | - |
| XYZ | 73.38 | 74.53 | 86.86 | - |
| YUV | 225.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 232 | 0.00 | 0.05 | 0 | 0.09 | 294.55 | 0.19 | 0.89 |
| Hex | E7 | DD | E8 | 0 | 5 | 0 | 9 | 127 | 13 | 59 |
| Octal | 347 | 335 | 350 | 0 | 5 | 0 | 11 | 447 | 23 | 131 |
| Binary | 11100111 | 11011101 | 11101000 | 0 | 101 | 0 | 1001 | 100100111 | 10011 | 1011001 |
Color Harmonies of #E7DDE8
Complementary color
Monochromatic Colors of #E7DDE8
Black with #E7DDE8
Text Example
Text Example
White with #E7DDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DDE8; }
p { color: rgb(231,221,232); }
H1.HeaderClassName
{
color: #E7DDE8;
}
.AnyTagClassName
{
color: #E7DDE8;
}
</style>
background-color css
<style>
a { background-color: #E7DDE8; }
a { background-color: rgb(231,221,232); }
div.DivClassName
{
background-color: #E7DDE8;
}
.BgClassName
{
background-color: #E7DDE8;
}
</style>
border-color css
<style>
span { border-color: #E7DDE8; }
span { border-color: rgb(231,221,232); }
td.TdClassName
{
border-color: #E7DDE8;
}
.TagClassName
{
border-color: #E7DDE8;
}
</style>