Shades of Selago #ECE3ED
Tints of Selago #ECE3ED
RGB
CMYK
RGB Variations
Color information
#ECE3ED (or 0xECE3ED) is known color: Selago. HEX triplet: EC, E3 and ED. RGB value is (236,227,237). Sum of RGB (Red+Green+Blue) = 236+227+237=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 227 (89.06% from 255 or 32.43% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECE3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE3ED is #131C12. Grayscale: #E6E6E6. Windows color (decimal): -1252371 or 15590380. OLE color: 15590380.
HSL color Cylindrical-coordinate representation of color #ECE3ED: hue angle of 294º degrees, saturation: 0.22, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECE3ED is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 227 | 237 | - |
CMYK | 0.00 | 0.04 | 0 | 0.07 |
HSL | 294º | 0.22% | 0.91% | - |
HSV(B) | 294º | 0.04% | 0.93% | - |
XYZ | 77.35 | 78.89 | 91.27 | - |
YUV | 230.83 | 131.48 | 131.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 227 | 237 | 0.00 | 0.04 | 0 | 0.07 | 294 | 0.22 | 0.91 |
Hex | EC | E3 | ED | 0 | 4 | 0 | 7 | 126 | 16 | 5B |
Octal | 354 | 343 | 355 | 0 | 4 | 0 | 7 | 446 | 26 | 133 |
Binary | 11101100 | 11100011 | 11101101 | 0 | 100 | 0 | 111 | 100100110 | 10110 | 1011011 |
Color Harmonies of #ECE3ED
Complementary color
Monochromatic Colors of #ECE3ED
Black with #ECE3ED
Text Example
Text Example
White with #ECE3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE3ED; }
p { color: rgb(236,227,237); }
H1.HeaderClassName
{
color: #ECE3ED;
}
.AnyTagClassName
{
color: #ECE3ED;
}
</style>
background-color css
<style>
a { background-color: #ECE3ED; }
a { background-color: rgb(236,227,237); }
div.DivClassName
{
background-color: #ECE3ED;
}
.BgClassName
{
background-color: #ECE3ED;
}
</style>
border-color css
<style>
span { border-color: #ECE3ED; }
span { border-color: rgb(236,227,237); }
td.TdClassName
{
border-color: #ECE3ED;
}
.TagClassName
{
border-color: #ECE3ED;
}
</style>