Shades of Selago #ECD9EF
Tints of Selago #ECD9EF
RGB
CMYK
RGB Variations
Color information
#ECD9EF (or 0xECD9EF) is known color: Selago. HEX triplet: EC, D9 and EF. RGB value is (236,217,239). Sum of RGB (Red+Green+Blue) = 236+217+239=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 217 (85.16% from 255 or 31.36% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECD9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD9EF is #132610. Grayscale: #E1E1E1. Windows color (decimal): -1254929 or 15718892. OLE color: 15718892.
HSL color Cylindrical-coordinate representation of color #ECD9EF: hue angle of 291.82º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECD9EF is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 217 | 239 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.06 |
| HSL | 291.82º | 0.41% | 0.89% | - |
| HSV(B) | 291.82º | 0.09% | 0.94% | - |
| XYZ | 74.98 | 73.69 | 91.93 | - |
| YUV | 225.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 239 | 0.01 | 0.09 | 0 | 0.06 | 291.82 | 0.41 | 0.89 |
| Hex | EC | D9 | EF | 1 | 9 | 0 | 6 | 124 | 29 | 59 |
| Octal | 354 | 331 | 357 | 1 | 11 | 0 | 6 | 444 | 51 | 131 |
| Binary | 11101100 | 11011001 | 11101111 | 1 | 1001 | 0 | 110 | 100100100 | 101001 | 1011001 |
Color Harmonies of #ECD9EF
Complementary color
Monochromatic Colors of #ECD9EF
Black with #ECD9EF
Text Example
Text Example
White with #ECD9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD9EF; }
p { color: rgb(236,217,239); }
H1.HeaderClassName
{
color: #ECD9EF;
}
.AnyTagClassName
{
color: #ECD9EF;
}
</style>
background-color css
<style>
a { background-color: #ECD9EF; }
a { background-color: rgb(236,217,239); }
div.DivClassName
{
background-color: #ECD9EF;
}
.BgClassName
{
background-color: #ECD9EF;
}
</style>
border-color css
<style>
span { border-color: #ECD9EF; }
span { border-color: rgb(236,217,239); }
td.TdClassName
{
border-color: #ECD9EF;
}
.TagClassName
{
border-color: #ECD9EF;
}
</style>