Shades of Selago #ECE4EC
Tints of Selago #ECE4EC
RGB
CMYK
RGB Variations
Color information
#ECE4EC (or 0xECE4EC) is known color: Selago. HEX triplet: EC, E4 and EC. RGB value is (236,228,236). Sum of RGB (Red+Green+Blue) = 236+228+236=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 228 (89.45% from 255 or 32.57% from 700); Blue value is 236 (92.58% from 255 or 33.71% from 700); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECE4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE4EC is #131B13. Grayscale: #E7E7E7. Windows color (decimal): -1252116 or 15525100. OLE color: 15525100.
HSL color Cylindrical-coordinate representation of color #ECE4EC: hue angle of 300º degrees, saturation: 0.17, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECE4EC is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 236 | - |
CMYK | 0 | 0.03 | 0 | 0.07 |
HSL | 300º | 0.17% | 0.91% | - |
HSV(B) | 300º | 0.03% | 0.93% | - |
XYZ | 77.48 | 79.38 | 90.59 | - |
YUV | 231.3 | 130.65 | 131.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 236 | 0 | 0.03 | 0 | 0.07 | 300 | 0.17 | 0.91 |
Hex | EC | E4 | EC | 0 | 3 | 0 | 7 | 12C | 11 | 5B |
Octal | 354 | 344 | 354 | 0 | 3 | 0 | 7 | 454 | 21 | 133 |
Binary | 11101100 | 11100100 | 11101100 | 0 | 11 | 0 | 111 | 100101100 | 10001 | 1011011 |
Color Harmonies of #ECE4EC
Complementary color
Monochromatic Colors of #ECE4EC
Black with #ECE4EC
Text Example
Text Example
White with #ECE4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4EC; }
p { color: rgb(236,228,236); }
H1.HeaderClassName
{
color: #ECE4EC;
}
.AnyTagClassName
{
color: #ECE4EC;
}
</style>
background-color css
<style>
a { background-color: #ECE4EC; }
a { background-color: rgb(236,228,236); }
div.DivClassName
{
background-color: #ECE4EC;
}
.BgClassName
{
background-color: #ECE4EC;
}
</style>
border-color css
<style>
span { border-color: #ECE4EC; }
span { border-color: rgb(236,228,236); }
td.TdClassName
{
border-color: #ECE4EC;
}
.TagClassName
{
border-color: #ECE4EC;
}
</style>