Shades of Selago #E2D9E4
Tints of Selago #E2D9E4
RGB
CMYK
RGB Variations
Color information
#E2D9E4 (or 0xE2D9E4) is known color: Selago. HEX triplet: E2, D9 and E4. RGB value is (226,217,228). Sum of RGB (Red+Green+Blue) = 226+217+228=671 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.68% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 228 - color contains mainly: blue. Hex color #E2D9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D9E4 is #1D261B. Grayscale: #DCDCDC. Windows color (decimal): -1910300 or 14997986. OLE color: 14997986.
HSL color Cylindrical-coordinate representation of color #E2D9E4: hue angle of 289.09º degrees, saturation: 0.17, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2D9E4 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 217 | 228 | - |
CMYK | 0.01 | 0.05 | 0 | 0.11 |
HSL | 289.09º | 0.17% | 0.87% | - |
HSV(B) | 289.09º | 0.05% | 0.89% | - |
XYZ | 70.18 | 71.4 | 83.48 | - |
YUV | 220.95 | 131.98 | 131.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 217 | 228 | 0.01 | 0.05 | 0 | 0.11 | 289.09 | 0.17 | 0.87 |
Hex | E2 | D9 | E4 | 1 | 5 | 0 | B | 121 | 11 | 57 |
Octal | 342 | 331 | 344 | 1 | 5 | 0 | 13 | 441 | 21 | 127 |
Binary | 11100010 | 11011001 | 11100100 | 1 | 101 | 0 | 1011 | 100100001 | 10001 | 1010111 |
Color Harmonies of #E2D9E4
Complementary color
Monochromatic Colors of #E2D9E4
Black with #E2D9E4
Text Example
Text Example
White with #E2D9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D9E4; }
p { color: rgb(226,217,228); }
H1.HeaderClassName
{
color: #E2D9E4;
}
.AnyTagClassName
{
color: #E2D9E4;
}
</style>
background-color css
<style>
a { background-color: #E2D9E4; }
a { background-color: rgb(226,217,228); }
div.DivClassName
{
background-color: #E2D9E4;
}
.BgClassName
{
background-color: #E2D9E4;
}
</style>
border-color css
<style>
span { border-color: #E2D9E4; }
span { border-color: rgb(226,217,228); }
td.TdClassName
{
border-color: #E2D9E4;
}
.TagClassName
{
border-color: #E2D9E4;
}
</style>