Shades of Selago #E6DEE7
Tints of Selago #E6DEE7
RGB
CMYK
RGB Variations
Color information
#E6DEE7 (or 0xE6DEE7) is known color: Selago. HEX triplet: E6, DE and E7. RGB value is (230,222,231). Sum of RGB (Red+Green+Blue) = 230+222+231=683 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.67% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 231 (90.62% from 255 or 33.82% from 683); Max value from RGB is 231 - color contains mainly: blue. Hex color #E6DEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DEE7 is #192118. Grayscale: #E1E1E1. Windows color (decimal): -1646873 or 15195878. OLE color: 15195878.
HSL color Cylindrical-coordinate representation of color #E6DEE7: hue angle of 293.33º degrees, saturation: 0.16, 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 #E6DEE7 is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 222 | 231 | - |
| CMYK | 0.00 | 0.04 | 0 | 0.09 |
| HSL | 293.33º | 0.16% | 0.89% | - |
| HSV(B) | 293.33º | 0.04% | 0.91% | - |
| XYZ | 73.18 | 74.84 | 86.19 | - |
| YUV | 225.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 231 | 0.00 | 0.04 | 0 | 0.09 | 293.33 | 0.16 | 0.89 |
| Hex | E6 | DE | E7 | 0 | 4 | 0 | 9 | 125 | 10 | 59 |
| Octal | 346 | 336 | 347 | 0 | 4 | 0 | 11 | 445 | 20 | 131 |
| Binary | 11100110 | 11011110 | 11100111 | 0 | 100 | 0 | 1001 | 100100101 | 10000 | 1011001 |
Color Harmonies of #E6DEE7
Complementary color
Monochromatic Colors of #E6DEE7
Black with #E6DEE7
Text Example
Text Example
White with #E6DEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DEE7; }
p { color: rgb(230,222,231); }
H1.HeaderClassName
{
color: #E6DEE7;
}
.AnyTagClassName
{
color: #E6DEE7;
}
</style>
background-color css
<style>
a { background-color: #E6DEE7; }
a { background-color: rgb(230,222,231); }
div.DivClassName
{
background-color: #E6DEE7;
}
.BgClassName
{
background-color: #E6DEE7;
}
</style>
border-color css
<style>
span { border-color: #E6DEE7; }
span { border-color: rgb(230,222,231); }
td.TdClassName
{
border-color: #E6DEE7;
}
.TagClassName
{
border-color: #E6DEE7;
}
</style>