Shades of Selago #ECDEEE
Tints of Selago #ECDEEE
RGB
CMYK
RGB Variations
Color information
#ECDEEE (or 0xECDEEE) is known color: Selago. HEX triplet: EC, DE and EE. RGB value is (236,222,238). Sum of RGB (Red+Green+Blue) = 236+222+238=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECDEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDEEE is #132111. Grayscale: #E3E3E3. Windows color (decimal): -1253650 or 15654636. OLE color: 15654636.
HSL color Cylindrical-coordinate representation of color #ECDEEE: hue angle of 292.5º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECDEEE is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 238 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.07 |
| HSL | 292.5º | 0.32% | 0.9% | - |
| HSV(B) | 292.5º | 0.07% | 0.93% | - |
| XYZ | 76.15 | 76.25 | 91.59 | - |
| YUV | 228.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 238 | 0.01 | 0.07 | 0 | 0.07 | 292.5 | 0.32 | 0.9 |
| Hex | EC | DE | EE | 1 | 7 | 0 | 7 | 124 | 20 | 5A |
| Octal | 354 | 336 | 356 | 1 | 7 | 0 | 7 | 444 | 40 | 132 |
| Binary | 11101100 | 11011110 | 11101110 | 1 | 111 | 0 | 111 | 100100100 | 100000 | 1011010 |
Color Harmonies of #ECDEEE
Complementary color
Monochromatic Colors of #ECDEEE
Black with #ECDEEE
Text Example
Text Example
White with #ECDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDEEE; }
p { color: rgb(236,222,238); }
H1.HeaderClassName
{
color: #ECDEEE;
}
.AnyTagClassName
{
color: #ECDEEE;
}
</style>
background-color css
<style>
a { background-color: #ECDEEE; }
a { background-color: rgb(236,222,238); }
div.DivClassName
{
background-color: #ECDEEE;
}
.BgClassName
{
background-color: #ECDEEE;
}
</style>
border-color css
<style>
span { border-color: #ECDEEE; }
span { border-color: rgb(236,222,238); }
td.TdClassName
{
border-color: #ECDEEE;
}
.TagClassName
{
border-color: #ECDEEE;
}
</style>