Shades of Selago #ECE2ED
Tints of Selago #ECE2ED
RGB
CMYK
RGB Variations
Color information
#ECE2ED (or 0xECE2ED) is known color: Selago. HEX triplet: EC, E2 and ED. RGB value is (236,226,237). Sum of RGB (Red+Green+Blue) = 236+226+237=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 226 (88.67% from 255 or 32.33% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECE2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE2ED is #131D12. Grayscale: #E6E6E6. Windows color (decimal): -1252627 or 15590124. OLE color: 15590124.
HSL color Cylindrical-coordinate representation of color #ECE2ED: hue angle of 294.55º degrees, saturation: 0.23, 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 #ECE2ED is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 226 | 237 | - |
CMYK | 0.00 | 0.05 | 0 | 0.07 |
HSL | 294.55º | 0.23% | 0.91% | - |
HSV(B) | 294.55º | 0.05% | 0.93% | - |
XYZ | 77.07 | 78.34 | 91.18 | - |
YUV | 230.24 | 131.81 | 132.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 226 | 237 | 0.00 | 0.05 | 0 | 0.07 | 294.55 | 0.23 | 0.91 |
Hex | EC | E2 | ED | 0 | 5 | 0 | 7 | 127 | 17 | 5B |
Octal | 354 | 342 | 355 | 0 | 5 | 0 | 7 | 447 | 27 | 133 |
Binary | 11101100 | 11100010 | 11101101 | 0 | 101 | 0 | 111 | 100100111 | 10111 | 1011011 |
Color Harmonies of #ECE2ED
Complementary color
Monochromatic Colors of #ECE2ED
Black with #ECE2ED
Text Example
Text Example
White with #ECE2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2ED; }
p { color: rgb(236,226,237); }
H1.HeaderClassName
{
color: #ECE2ED;
}
.AnyTagClassName
{
color: #ECE2ED;
}
</style>
background-color css
<style>
a { background-color: #ECE2ED; }
a { background-color: rgb(236,226,237); }
div.DivClassName
{
background-color: #ECE2ED;
}
.BgClassName
{
background-color: #ECE2ED;
}
</style>
border-color css
<style>
span { border-color: #ECE2ED; }
span { border-color: rgb(236,226,237); }
td.TdClassName
{
border-color: #ECE2ED;
}
.TagClassName
{
border-color: #ECE2ED;
}
</style>