Shades of Selago #ECE1EE
Tints of Selago #ECE1EE
RGB
CMYK
RGB Variations
Color information
#ECE1EE (or 0xECE1EE) is known color: Selago. HEX triplet: EC, E1 and EE. RGB value is (236,225,238). Sum of RGB (Red+Green+Blue) = 236+225+238=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 225 (88.28% from 255 or 32.19% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECE1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE1EE is #131E11. Grayscale: #E5E5E5. Windows color (decimal): -1252882 or 15655404. OLE color: 15655404.
HSL color Cylindrical-coordinate representation of color #ECE1EE: hue angle of 290.77º degrees, saturation: 0.28, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECE1EE is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 225 | 238 | - |
CMYK | 0.01 | 0.05 | 0 | 0.07 |
HSL | 290.77º | 0.28% | 0.91% | - |
HSV(B) | 290.77º | 0.05% | 0.93% | - |
XYZ | 76.95 | 77.86 | 91.86 | - |
YUV | 229.77 | 132.64 | 132.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 225 | 238 | 0.01 | 0.05 | 0 | 0.07 | 290.77 | 0.28 | 0.91 |
Hex | EC | E1 | EE | 1 | 5 | 0 | 7 | 123 | 1C | 5B |
Octal | 354 | 341 | 356 | 1 | 5 | 0 | 7 | 443 | 34 | 133 |
Binary | 11101100 | 11100001 | 11101110 | 1 | 101 | 0 | 111 | 100100011 | 11100 | 1011011 |
Color Harmonies of #ECE1EE
Complementary color
Monochromatic Colors of #ECE1EE
Black with #ECE1EE
Text Example
Text Example
White with #ECE1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1EE; }
p { color: rgb(236,225,238); }
H1.HeaderClassName
{
color: #ECE1EE;
}
.AnyTagClassName
{
color: #ECE1EE;
}
</style>
background-color css
<style>
a { background-color: #ECE1EE; }
a { background-color: rgb(236,225,238); }
div.DivClassName
{
background-color: #ECE1EE;
}
.BgClassName
{
background-color: #ECE1EE;
}
</style>
border-color css
<style>
span { border-color: #ECE1EE; }
span { border-color: rgb(236,225,238); }
td.TdClassName
{
border-color: #ECE1EE;
}
.TagClassName
{
border-color: #ECE1EE;
}
</style>