Shades of Selago #E6DDE7
Tints of Selago #E6DDE7
RGB
CMYK
RGB Variations
Color information
#E6DDE7 (or 0xE6DDE7) is known color: Selago. HEX triplet: E6, DD and E7. RGB value is (230,221,231). Sum of RGB (Red+Green+Blue) = 230+221+231=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 231 (90.62% from 255 or 33.87% from 682); Max value from RGB is 231 - color contains mainly: blue. Hex color #E6DDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DDE7 is #192218. Grayscale: #E0E0E0. Windows color (decimal): -1647129 or 15195622. OLE color: 15195622.
HSL color Cylindrical-coordinate representation of color #E6DDE7: hue angle of 294º degrees, saturation: 0.17, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6DDE7 is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 221 | 231 | - |
| CMYK | 0.00 | 0.04 | 0 | 0.09 |
| HSL | 294º | 0.17% | 0.89% | - |
| HSV(B) | 294º | 0.04% | 0.91% | - |
| XYZ | 72.91 | 74.31 | 86.1 | - |
| YUV | 224.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 231 | 0.00 | 0.04 | 0 | 0.09 | 294 | 0.17 | 0.89 |
| Hex | E6 | DD | E7 | 0 | 4 | 0 | 9 | 126 | 11 | 59 |
| Octal | 346 | 335 | 347 | 0 | 4 | 0 | 11 | 446 | 21 | 131 |
| Binary | 11100110 | 11011101 | 11100111 | 0 | 100 | 0 | 1001 | 100100110 | 10001 | 1011001 |
Color Harmonies of #E6DDE7
Complementary color
Monochromatic Colors of #E6DDE7
Black with #E6DDE7
Text Example
Text Example
White with #E6DDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DDE7; }
p { color: rgb(230,221,231); }
H1.HeaderClassName
{
color: #E6DDE7;
}
.AnyTagClassName
{
color: #E6DDE7;
}
</style>
background-color css
<style>
a { background-color: #E6DDE7; }
a { background-color: rgb(230,221,231); }
div.DivClassName
{
background-color: #E6DDE7;
}
.BgClassName
{
background-color: #E6DDE7;
}
</style>
border-color css
<style>
span { border-color: #E6DDE7; }
span { border-color: rgb(230,221,231); }
td.TdClassName
{
border-color: #E6DDE7;
}
.TagClassName
{
border-color: #E6DDE7;
}
</style>