Shades of Selago #ECE0ED
Tints of Selago #ECE0ED
RGB
CMYK
RGB Variations
Color information
#ECE0ED (or 0xECE0ED) is known color: Selago. HEX triplet: EC, E0 and ED. RGB value is (236,224,237). Sum of RGB (Red+Green+Blue) = 236+224+237=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 224 (87.89% from 255 or 32.14% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECE0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE0ED is #131F12. Grayscale: #E5E5E5. Windows color (decimal): -1253139 or 15589612. OLE color: 15589612.
HSL color Cylindrical-coordinate representation of color #ECE0ED: hue angle of 295.38º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECE0ED is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 224 | 237 | - |
CMYK | 0.00 | 0.05 | 0 | 0.07 |
HSL | 295.38º | 0.27% | 0.9% | - |
HSV(B) | 295.38º | 0.05% | 0.93% | - |
XYZ | 76.53 | 77.26 | 91 | - |
YUV | 229.07 | 132.48 | 132.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 224 | 237 | 0.00 | 0.05 | 0 | 0.07 | 295.38 | 0.27 | 0.9 |
Hex | EC | E0 | ED | 0 | 5 | 0 | 7 | 127 | 1B | 5A |
Octal | 354 | 340 | 355 | 0 | 5 | 0 | 7 | 447 | 33 | 132 |
Binary | 11101100 | 11100000 | 11101101 | 0 | 101 | 0 | 111 | 100100111 | 11011 | 1011010 |
Color Harmonies of #ECE0ED
Complementary color
Monochromatic Colors of #ECE0ED
Black with #ECE0ED
Text Example
Text Example
White with #ECE0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE0ED; }
p { color: rgb(236,224,237); }
H1.HeaderClassName
{
color: #ECE0ED;
}
.AnyTagClassName
{
color: #ECE0ED;
}
</style>
background-color css
<style>
a { background-color: #ECE0ED; }
a { background-color: rgb(236,224,237); }
div.DivClassName
{
background-color: #ECE0ED;
}
.BgClassName
{
background-color: #ECE0ED;
}
</style>
border-color css
<style>
span { border-color: #ECE0ED; }
span { border-color: rgb(236,224,237); }
td.TdClassName
{
border-color: #ECE0ED;
}
.TagClassName
{
border-color: #ECE0ED;
}
</style>