Shades of Selago #ECE0EE
Tints of Selago #ECE0EE
RGB
CMYK
RGB Variations
Color information
#ECE0EE (or 0xECE0EE) is known color: Selago. HEX triplet: EC, E0 and EE. RGB value is (236,224,238). Sum of RGB (Red+Green+Blue) = 236+224+238=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 224 (87.89% from 255 or 32.09% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECE0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE0EE is #131F11. Grayscale: #E5E5E5. Windows color (decimal): -1253138 or 15655148. OLE color: 15655148.
HSL color Cylindrical-coordinate representation of color #ECE0EE: hue angle of 291.43º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECE0EE is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 238 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.07 |
| HSL | 291.43º | 0.29% | 0.91% | - |
| HSV(B) | 291.43º | 0.06% | 0.93% | - |
| XYZ | 76.68 | 77.32 | 91.77 | - |
| YUV | 229.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 238 | 0.01 | 0.06 | 0 | 0.07 | 291.43 | 0.29 | 0.91 |
| Hex | EC | E0 | EE | 1 | 6 | 0 | 7 | 123 | 1D | 5B |
| Octal | 354 | 340 | 356 | 1 | 6 | 0 | 7 | 443 | 35 | 133 |
| Binary | 11101100 | 11100000 | 11101110 | 1 | 110 | 0 | 111 | 100100011 | 11101 | 1011011 |
Color Harmonies of #ECE0EE
Complementary color
Monochromatic Colors of #ECE0EE
Black with #ECE0EE
Text Example
Text Example
White with #ECE0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE0EE; }
p { color: rgb(236,224,238); }
H1.HeaderClassName
{
color: #ECE0EE;
}
.AnyTagClassName
{
color: #ECE0EE;
}
</style>
background-color css
<style>
a { background-color: #ECE0EE; }
a { background-color: rgb(236,224,238); }
div.DivClassName
{
background-color: #ECE0EE;
}
.BgClassName
{
background-color: #ECE0EE;
}
</style>
border-color css
<style>
span { border-color: #ECE0EE; }
span { border-color: rgb(236,224,238); }
td.TdClassName
{
border-color: #ECE0EE;
}
.TagClassName
{
border-color: #ECE0EE;
}
</style>