Shades of Selago #E7D7EA
Tints of Selago #E7D7EA
RGB
CMYK
RGB Variations
Color information
#E7D7EA (or 0xE7D7EA) is known color: Selago. HEX triplet: E7, D7 and EA. RGB value is (231,215,234). Sum of RGB (Red+Green+Blue) = 231+215+234=680 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.97% from 680); Green value is 215 (84.38% from 255 or 31.62% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7D7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D7EA is #182815. Grayscale: #DDDDDD. Windows color (decimal): -1583126 or 15390695. OLE color: 15390695.
HSL color Cylindrical-coordinate representation of color #E7D7EA: hue angle of 290.53º degrees, saturation: 0.31, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E7D7EA is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 215 | 234 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.08 |
| HSL | 290.53º | 0.31% | 0.88% | - |
| HSV(B) | 290.53º | 0.08% | 0.92% | - |
| XYZ | 72.11 | 71.53 | 87.85 | - |
| YUV | 221.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 234 | 0.01 | 0.08 | 0 | 0.08 | 290.53 | 0.31 | 0.88 |
| Hex | E7 | D7 | EA | 1 | 8 | 0 | 8 | 123 | 1F | 58 |
| Octal | 347 | 327 | 352 | 1 | 10 | 0 | 10 | 443 | 37 | 130 |
| Binary | 11100111 | 11010111 | 11101010 | 1 | 1000 | 0 | 1000 | 100100011 | 11111 | 1011000 |
Color Harmonies of #E7D7EA
Complementary color
Monochromatic Colors of #E7D7EA
Black with #E7D7EA
Text Example
Text Example
White with #E7D7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D7EA; }
p { color: rgb(231,215,234); }
H1.HeaderClassName
{
color: #E7D7EA;
}
.AnyTagClassName
{
color: #E7D7EA;
}
</style>
background-color css
<style>
a { background-color: #E7D7EA; }
a { background-color: rgb(231,215,234); }
div.DivClassName
{
background-color: #E7D7EA;
}
.BgClassName
{
background-color: #E7D7EA;
}
</style>
border-color css
<style>
span { border-color: #E7D7EA; }
span { border-color: rgb(231,215,234); }
td.TdClassName
{
border-color: #E7D7EA;
}
.TagClassName
{
border-color: #E7D7EA;
}
</style>