Shades of Selago #ECE6EC
Tints of Selago #ECE6EC
RGB
CMYK
RGB Variations
Color information
#ECE6EC (or 0xECE6EC) is known color: Selago. HEX triplet: EC, E6 and EC. RGB value is (236,230,236). Sum of RGB (Red+Green+Blue) = 236+230+236=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 230 (90.23% from 255 or 32.76% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECE6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE6EC is #131913. Grayscale: #E8E8E8. Windows color (decimal): -1251604 or 15525612. OLE color: 15525612.
HSL color Cylindrical-coordinate representation of color #ECE6EC: hue angle of 300º degrees, saturation: 0.14, 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 #ECE6EC is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 230 | 236 | - |
CMYK | 0 | 0.03 | 0 | 0.07 |
HSL | 300º | 0.14% | 0.91% | - |
HSV(B) | 300º | 0.03% | 0.93% | - |
XYZ | 78.03 | 80.48 | 90.78 | - |
YUV | 232.48 | 129.99 | 130.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 236 | 0 | 0.03 | 0 | 0.07 | 300 | 0.14 | 0.91 |
Hex | EC | E6 | EC | 0 | 3 | 0 | 7 | 12C | E | 5B |
Octal | 354 | 346 | 354 | 0 | 3 | 0 | 7 | 454 | 16 | 133 |
Binary | 11101100 | 11100110 | 11101100 | 0 | 11 | 0 | 111 | 100101100 | 1110 | 1011011 |
Color Harmonies of #ECE6EC
Complementary color
Monochromatic Colors of #ECE6EC
Black with #ECE6EC
Text Example
Text Example
White with #ECE6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6EC; }
p { color: rgb(236,230,236); }
H1.HeaderClassName
{
color: #ECE6EC;
}
.AnyTagClassName
{
color: #ECE6EC;
}
</style>
background-color css
<style>
a { background-color: #ECE6EC; }
a { background-color: rgb(236,230,236); }
div.DivClassName
{
background-color: #ECE6EC;
}
.BgClassName
{
background-color: #ECE6EC;
}
</style>
border-color css
<style>
span { border-color: #ECE6EC; }
span { border-color: rgb(236,230,236); }
td.TdClassName
{
border-color: #ECE6EC;
}
.TagClassName
{
border-color: #ECE6EC;
}
</style>