Shades of Selago #ECD8EF
Tints of Selago #ECD8EF
RGB
CMYK
RGB Variations
Color information
#ECD8EF (or 0xECD8EF) is known color: Selago. HEX triplet: EC, D8 and EF. RGB value is (236,216,239). Sum of RGB (Red+Green+Blue) = 236+216+239=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 216 (84.77% from 255 or 31.26% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECD8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8EF is #132710. Grayscale: #E0E0E0. Windows color (decimal): -1255185 or 15718636. OLE color: 15718636.
HSL color Cylindrical-coordinate representation of color #ECD8EF: hue angle of 292.17º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD8EF is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 216 | 239 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.06 |
| HSL | 292.17º | 0.42% | 0.89% | - |
| HSV(B) | 292.17º | 0.1% | 0.94% | - |
| XYZ | 74.73 | 73.18 | 91.85 | - |
| YUV | 224.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 239 | 0.01 | 0.10 | 0 | 0.06 | 292.17 | 0.42 | 0.89 |
| Hex | EC | D8 | EF | 1 | A | 0 | 6 | 124 | 2A | 59 |
| Octal | 354 | 330 | 357 | 1 | 12 | 0 | 6 | 444 | 52 | 131 |
| Binary | 11101100 | 11011000 | 11101111 | 1 | 1010 | 0 | 110 | 100100100 | 101010 | 1011001 |
Color Harmonies of #ECD8EF
Complementary color
Monochromatic Colors of #ECD8EF
Black with #ECD8EF
Text Example
Text Example
White with #ECD8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8EF; }
p { color: rgb(236,216,239); }
H1.HeaderClassName
{
color: #ECD8EF;
}
.AnyTagClassName
{
color: #ECD8EF;
}
</style>
background-color css
<style>
a { background-color: #ECD8EF; }
a { background-color: rgb(236,216,239); }
div.DivClassName
{
background-color: #ECD8EF;
}
.BgClassName
{
background-color: #ECD8EF;
}
</style>
border-color css
<style>
span { border-color: #ECD8EF; }
span { border-color: rgb(236,216,239); }
td.TdClassName
{
border-color: #ECD8EF;
}
.TagClassName
{
border-color: #ECD8EF;
}
</style>