Shades of Selago #E7DCE8
Tints of Selago #E7DCE8
RGB
CMYK
RGB Variations
Color information
#E7DCE8 (or 0xE7DCE8) is known color: Selago. HEX triplet: E7, DC and E8. RGB value is (231,220,232). Sum of RGB (Red+Green+Blue) = 231+220+232=683 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.82% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 232 - color contains mainly: blue. Hex color #E7DCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DCE8 is #182317. Grayscale: #E0E0E0. Windows color (decimal): -1581848 or 15260903. OLE color: 15260903.
HSL color Cylindrical-coordinate representation of color #E7DCE8: 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 #E7DCE8 is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 232 | - |
| CMYK | 0.00 | 0.05 | 0 | 0.09 |
| HSL | 295º | 0.21% | 0.89% | - |
| HSV(B) | 295º | 0.05% | 0.91% | - |
| XYZ | 73.11 | 74 | 86.77 | - |
| YUV | 224.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 232 | 0.00 | 0.05 | 0 | 0.09 | 295 | 0.21 | 0.89 |
| Hex | E7 | DC | E8 | 0 | 5 | 0 | 9 | 127 | 15 | 59 |
| Octal | 347 | 334 | 350 | 0 | 5 | 0 | 11 | 447 | 25 | 131 |
| Binary | 11100111 | 11011100 | 11101000 | 0 | 101 | 0 | 1001 | 100100111 | 10101 | 1011001 |
Color Harmonies of #E7DCE8
Complementary color
Monochromatic Colors of #E7DCE8
Black with #E7DCE8
Text Example
Text Example
White with #E7DCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCE8; }
p { color: rgb(231,220,232); }
H1.HeaderClassName
{
color: #E7DCE8;
}
.AnyTagClassName
{
color: #E7DCE8;
}
</style>
background-color css
<style>
a { background-color: #E7DCE8; }
a { background-color: rgb(231,220,232); }
div.DivClassName
{
background-color: #E7DCE8;
}
.BgClassName
{
background-color: #E7DCE8;
}
</style>
border-color css
<style>
span { border-color: #E7DCE8; }
span { border-color: rgb(231,220,232); }
td.TdClassName
{
border-color: #E7DCE8;
}
.TagClassName
{
border-color: #E7DCE8;
}
</style>