Shades of Selago #E5DCE6
Tints of Selago #E5DCE6
RGB
CMYK
RGB Variations
Color information
#E5DCE6 (or 0xE5DCE6) is known color: Selago. HEX triplet: E5, DC and E6. RGB value is (229,220,230). Sum of RGB (Red+Green+Blue) = 229+220+230=679 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.73% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 230 - color contains mainly: blue. Hex color #E5DCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCE6 is #1A2319. Grayscale: #DFDFDF. Windows color (decimal): -1712922 or 15129829. OLE color: 15129829.
HSL color Cylindrical-coordinate representation of color #E5DCE6: hue angle of 294º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5DCE6 is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 220 | 230 | - |
CMYK | 0.00 | 0.04 | 0 | 0.10 |
HSL | 294º | 0.17% | 0.88% | - |
HSV(B) | 294º | 0.04% | 0.9% | - |
XYZ | 72.19 | 73.56 | 85.26 | - |
YUV | 223.83 | 131.48 | 131.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 220 | 230 | 0.00 | 0.04 | 0 | 0.10 | 294 | 0.17 | 0.88 |
Hex | E5 | DC | E6 | 0 | 4 | 0 | A | 126 | 11 | 58 |
Octal | 345 | 334 | 346 | 0 | 4 | 0 | 12 | 446 | 21 | 130 |
Binary | 11100101 | 11011100 | 11100110 | 0 | 100 | 0 | 1010 | 100100110 | 10001 | 1011000 |
Color Harmonies of #E5DCE6
Complementary color
Monochromatic Colors of #E5DCE6
Black with #E5DCE6
Text Example
Text Example
White with #E5DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCE6; }
p { color: rgb(229,220,230); }
H1.HeaderClassName
{
color: #E5DCE6;
}
.AnyTagClassName
{
color: #E5DCE6;
}
</style>
background-color css
<style>
a { background-color: #E5DCE6; }
a { background-color: rgb(229,220,230); }
div.DivClassName
{
background-color: #E5DCE6;
}
.BgClassName
{
background-color: #E5DCE6;
}
</style>
border-color css
<style>
span { border-color: #E5DCE6; }
span { border-color: rgb(229,220,230); }
td.TdClassName
{
border-color: #E5DCE6;
}
.TagClassName
{
border-color: #E5DCE6;
}
</style>