Shades of Selago #ECE4ED
Tints of Selago #ECE4ED
RGB
CMYK
RGB Variations
Color information
#ECE4ED (or 0xECE4ED) is known color: Selago. HEX triplet: EC, E4 and ED. RGB value is (236,228,237). Sum of RGB (Red+Green+Blue) = 236+228+237=701 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.67% from 701); Green value is 228 (89.45% from 255 or 32.52% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECE4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE4ED is #131B12. Grayscale: #E7E7E7. Windows color (decimal): -1252115 or 15590636. OLE color: 15590636.
HSL color Cylindrical-coordinate representation of color #ECE4ED: hue angle of 293.33º degrees, saturation: 0.2, 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 #ECE4ED is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 237 | - |
CMYK | 0.00 | 0.04 | 0 | 0.07 |
HSL | 293.33º | 0.2% | 0.91% | - |
HSV(B) | 293.33º | 0.04% | 0.93% | - |
XYZ | 77.62 | 79.43 | 91.36 | - |
YUV | 231.42 | 131.15 | 131.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 237 | 0.00 | 0.04 | 0 | 0.07 | 293.33 | 0.2 | 0.91 |
Hex | EC | E4 | ED | 0 | 4 | 0 | 7 | 125 | 14 | 5B |
Octal | 354 | 344 | 355 | 0 | 4 | 0 | 7 | 445 | 24 | 133 |
Binary | 11101100 | 11100100 | 11101101 | 0 | 100 | 0 | 111 | 100100101 | 10100 | 1011011 |
Color Harmonies of #ECE4ED
Complementary color
Monochromatic Colors of #ECE4ED
Black with #ECE4ED
Text Example
Text Example
White with #ECE4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4ED; }
p { color: rgb(236,228,237); }
H1.HeaderClassName
{
color: #ECE4ED;
}
.AnyTagClassName
{
color: #ECE4ED;
}
</style>
background-color css
<style>
a { background-color: #ECE4ED; }
a { background-color: rgb(236,228,237); }
div.DivClassName
{
background-color: #ECE4ED;
}
.BgClassName
{
background-color: #ECE4ED;
}
</style>
border-color css
<style>
span { border-color: #ECE4ED; }
span { border-color: rgb(236,228,237); }
td.TdClassName
{
border-color: #ECE4ED;
}
.TagClassName
{
border-color: #ECE4ED;
}
</style>