Shades of Selago #E5DDE6
Tints of Selago #E5DDE6
RGB
CMYK
RGB Variations
Color information
#E5DDE6 (or 0xE5DDE6) is known color: Selago. HEX triplet: E5, DD and E6. RGB value is (229,221,230). Sum of RGB (Red+Green+Blue) = 229+221+230=680 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.68% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 230 (90.23% from 255 or 33.82% from 680); Max value from RGB is 230 - color contains mainly: blue. Hex color #E5DDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DDE6 is #1A2219. Grayscale: #E0E0E0. Windows color (decimal): -1712666 or 15130085. OLE color: 15130085.
HSL color Cylindrical-coordinate representation of color #E5DDE6: hue angle of 293.33º degrees, saturation: 0.15, 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 #E5DDE6 is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 221 | 230 | - |
CMYK | 0.00 | 0.04 | 0 | 0.10 |
HSL | 293.33º | 0.15% | 0.88% | - |
HSV(B) | 293.33º | 0.04% | 0.9% | - |
XYZ | 72.45 | 74.08 | 85.34 | - |
YUV | 224.42 | 131.15 | 131.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 221 | 230 | 0.00 | 0.04 | 0 | 0.10 | 293.33 | 0.15 | 0.88 |
Hex | E5 | DD | E6 | 0 | 4 | 0 | A | 125 | F | 58 |
Octal | 345 | 335 | 346 | 0 | 4 | 0 | 12 | 445 | 17 | 130 |
Binary | 11100101 | 11011101 | 11100110 | 0 | 100 | 0 | 1010 | 100100101 | 1111 | 1011000 |
Color Harmonies of #E5DDE6
Complementary color
Monochromatic Colors of #E5DDE6
Black with #E5DDE6
Text Example
Text Example
White with #E5DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DDE6; }
p { color: rgb(229,221,230); }
H1.HeaderClassName
{
color: #E5DDE6;
}
.AnyTagClassName
{
color: #E5DDE6;
}
</style>
background-color css
<style>
a { background-color: #E5DDE6; }
a { background-color: rgb(229,221,230); }
div.DivClassName
{
background-color: #E5DDE6;
}
.BgClassName
{
background-color: #E5DDE6;
}
</style>
border-color css
<style>
span { border-color: #E5DDE6; }
span { border-color: rgb(229,221,230); }
td.TdClassName
{
border-color: #E5DDE6;
}
.TagClassName
{
border-color: #E5DDE6;
}
</style>