Shades of Selago #E6DDE8
Tints of Selago #E6DDE8
RGB
CMYK
RGB Variations
Color information
#E6DDE8 (or 0xE6DDE8) is known color: Selago. HEX triplet: E6, DD and E8. RGB value is (230,221,232). Sum of RGB (Red+Green+Blue) = 230+221+232=683 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.67% from 683); Green value is 221 (86.72% from 255 or 32.36% 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 #E6DDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DDE8 is #192217. Grayscale: #E0E0E0. Windows color (decimal): -1647128 or 15261158. OLE color: 15261158.
HSL color Cylindrical-coordinate representation of color #E6DDE8: hue angle of 289.09º degrees, saturation: 0.19, 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 #E6DDE8 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 221 | 232 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.09 |
| HSL | 289.09º | 0.19% | 0.89% | - |
| HSV(B) | 289.09º | 0.05% | 0.91% | - |
| XYZ | 73.06 | 74.36 | 86.85 | - |
| YUV | 224.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 232 | 0.01 | 0.05 | 0 | 0.09 | 289.09 | 0.19 | 0.89 |
| Hex | E6 | DD | E8 | 1 | 5 | 0 | 9 | 121 | 13 | 59 |
| Octal | 346 | 335 | 350 | 1 | 5 | 0 | 11 | 441 | 23 | 131 |
| Binary | 11100110 | 11011101 | 11101000 | 1 | 101 | 0 | 1001 | 100100001 | 10011 | 1011001 |
Color Harmonies of #E6DDE8
Complementary color
Monochromatic Colors of #E6DDE8
Black with #E6DDE8
Text Example
Text Example
White with #E6DDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DDE8; }
p { color: rgb(230,221,232); }
H1.HeaderClassName
{
color: #E6DDE8;
}
.AnyTagClassName
{
color: #E6DDE8;
}
</style>
background-color css
<style>
a { background-color: #E6DDE8; }
a { background-color: rgb(230,221,232); }
div.DivClassName
{
background-color: #E6DDE8;
}
.BgClassName
{
background-color: #E6DDE8;
}
</style>
border-color css
<style>
span { border-color: #E6DDE8; }
span { border-color: rgb(230,221,232); }
td.TdClassName
{
border-color: #E6DDE8;
}
.TagClassName
{
border-color: #E6DDE8;
}
</style>