Shades of Selago #ECE1EF
Tints of Selago #ECE1EF
RGB
CMYK
RGB Variations
Color information
#ECE1EF (or 0xECE1EF) is known color: Selago. HEX triplet: EC, E1 and EF. RGB value is (236,225,239). Sum of RGB (Red+Green+Blue) = 236+225+239=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 225 (88.28% from 255 or 32.14% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECE1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE1EF is #131E10. Grayscale: #E5E5E5. Windows color (decimal): -1252881 or 15720940. OLE color: 15720940.
HSL color Cylindrical-coordinate representation of color #ECE1EF: hue angle of 287.14º degrees, saturation: 0.3, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECE1EF is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 225 | 239 | - |
CMYK | 0.01 | 0.06 | 0 | 0.06 |
HSL | 287.14º | 0.3% | 0.91% | - |
HSV(B) | 287.14º | 0.06% | 0.94% | - |
XYZ | 77.1 | 77.92 | 92.64 | - |
YUV | 229.89 | 133.14 | 132.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 225 | 239 | 0.01 | 0.06 | 0 | 0.06 | 287.14 | 0.3 | 0.91 |
Hex | EC | E1 | EF | 1 | 6 | 0 | 6 | 11F | 1E | 5B |
Octal | 354 | 341 | 357 | 1 | 6 | 0 | 6 | 437 | 36 | 133 |
Binary | 11101100 | 11100001 | 11101111 | 1 | 110 | 0 | 110 | 100011111 | 11110 | 1011011 |
Color Harmonies of #ECE1EF
Complementary color
Monochromatic Colors of #ECE1EF
Black with #ECE1EF
Text Example
Text Example
White with #ECE1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1EF; }
p { color: rgb(236,225,239); }
H1.HeaderClassName
{
color: #ECE1EF;
}
.AnyTagClassName
{
color: #ECE1EF;
}
</style>
background-color css
<style>
a { background-color: #ECE1EF; }
a { background-color: rgb(236,225,239); }
div.DivClassName
{
background-color: #ECE1EF;
}
.BgClassName
{
background-color: #ECE1EF;
}
</style>
border-color css
<style>
span { border-color: #ECE1EF; }
span { border-color: rgb(236,225,239); }
td.TdClassName
{
border-color: #ECE1EF;
}
.TagClassName
{
border-color: #ECE1EF;
}
</style>