Shades of Selago #ECE0EC
Tints of Selago #ECE0EC
RGB
CMYK
RGB Variations
Color information
#ECE0EC (or 0xECE0EC) is known color: Selago. HEX triplet: EC, E0 and EC. RGB value is (236,224,236). Sum of RGB (Red+Green+Blue) = 236+224+236=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 224 (87.89% from 255 or 32.18% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECE0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE0EC is #131F13. Grayscale: #E4E4E4. Windows color (decimal): -1253140 or 15524076. OLE color: 15524076.
HSL color Cylindrical-coordinate representation of color #ECE0EC: hue angle of 300º degrees, saturation: 0.24, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECE0EC is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 236 | - |
| CMYK | 0 | 0.05 | 0 | 0.07 |
| HSL | 300º | 0.24% | 0.9% | - |
| HSV(B) | 300º | 0.05% | 0.93% | - |
| XYZ | 76.39 | 77.2 | 90.23 | - |
| YUV | 228.96 | 131.98 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 236 | 0 | 0.05 | 0 | 0.07 | 300 | 0.24 | 0.9 |
| Hex | EC | E0 | EC | 0 | 5 | 0 | 7 | 12C | 18 | 5A |
| Octal | 354 | 340 | 354 | 0 | 5 | 0 | 7 | 454 | 30 | 132 |
| Binary | 11101100 | 11100000 | 11101100 | 0 | 101 | 0 | 111 | 100101100 | 11000 | 1011010 |
Color Harmonies of #ECE0EC
Complementary color
Monochromatic Colors of #ECE0EC
Black with #ECE0EC
Text Example
Text Example
White with #ECE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE0EC; }
p { color: rgb(236,224,236); }
H1.HeaderClassName
{
color: #ECE0EC;
}
.AnyTagClassName
{
color: #ECE0EC;
}
</style>
background-color css
<style>
a { background-color: #ECE0EC; }
a { background-color: rgb(236,224,236); }
div.DivClassName
{
background-color: #ECE0EC;
}
.BgClassName
{
background-color: #ECE0EC;
}
</style>
border-color css
<style>
span { border-color: #ECE0EC; }
span { border-color: rgb(236,224,236); }
td.TdClassName
{
border-color: #ECE0EC;
}
.TagClassName
{
border-color: #ECE0EC;
}
</style>