Shades of Selago #ECD9EE
Tints of Selago #ECD9EE
RGB
CMYK
RGB Variations
Color information
#ECD9EE (or 0xECD9EE) is known color: Selago. HEX triplet: EC, D9 and EE. RGB value is (236,217,238). Sum of RGB (Red+Green+Blue) = 236+217+238=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECD9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD9EE is #132611. Grayscale: #E1E1E1. Windows color (decimal): -1254930 or 15653356. OLE color: 15653356.
HSL color Cylindrical-coordinate representation of color #ECD9EE: hue angle of 294.29º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECD9EE is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 238 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.07 |
| HSL | 294.29º | 0.38% | 0.89% | - |
| HSV(B) | 294.29º | 0.09% | 0.93% | - |
| XYZ | 74.84 | 73.63 | 91.16 | - |
| YUV | 225.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 238 | 0.01 | 0.09 | 0 | 0.07 | 294.29 | 0.38 | 0.89 |
| Hex | EC | D9 | EE | 1 | 9 | 0 | 7 | 126 | 26 | 59 |
| Octal | 354 | 331 | 356 | 1 | 11 | 0 | 7 | 446 | 46 | 131 |
| Binary | 11101100 | 11011001 | 11101110 | 1 | 1001 | 0 | 111 | 100100110 | 100110 | 1011001 |
Color Harmonies of #ECD9EE
Complementary color
Monochromatic Colors of #ECD9EE
Black with #ECD9EE
Text Example
Text Example
White with #ECD9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD9EE; }
p { color: rgb(236,217,238); }
H1.HeaderClassName
{
color: #ECD9EE;
}
.AnyTagClassName
{
color: #ECD9EE;
}
</style>
background-color css
<style>
a { background-color: #ECD9EE; }
a { background-color: rgb(236,217,238); }
div.DivClassName
{
background-color: #ECD9EE;
}
.BgClassName
{
background-color: #ECD9EE;
}
</style>
border-color css
<style>
span { border-color: #ECD9EE; }
span { border-color: rgb(236,217,238); }
td.TdClassName
{
border-color: #ECD9EE;
}
.TagClassName
{
border-color: #ECD9EE;
}
</style>