Shades of Selago #ECE4EB
Tints of Selago #ECE4EB
RGB
CMYK
RGB Variations
Color information
#ECE4EB (or 0xECE4EB) is known color: Selago. HEX triplet: EC, E4 and EB. RGB value is (236,228,235). Sum of RGB (Red+Green+Blue) = 236+228+235=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 228 (89.45% from 255 or 32.62% from 699); Blue value is 235 (92.19% from 255 or 33.62% from 699); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE4EB is #131B14. Grayscale: #E7E7E7. Windows color (decimal): -1252117 or 15459564. OLE color: 15459564.
HSL color Cylindrical-coordinate representation of color #ECE4EB: hue angle of 307.5º degrees, saturation: 0.17, 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 #ECE4EB is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 235 | - |
CMYK | 0 | 0.03 | 0.00 | 0.07 |
HSL | 307.5º | 0.17% | 0.91% | - |
HSV(B) | 307.5º | 0.03% | 0.93% | - |
XYZ | 77.33 | 79.32 | 89.83 | - |
YUV | 231.19 | 130.15 | 131.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 235 | 0 | 0.03 | 0.00 | 0.07 | 307.5 | 0.17 | 0.91 |
Hex | EC | E4 | EB | 0 | 3 | 0 | 7 | 134 | 11 | 5B |
Octal | 354 | 344 | 353 | 0 | 3 | 0 | 7 | 464 | 21 | 133 |
Binary | 11101100 | 11100100 | 11101011 | 0 | 11 | 0 | 111 | 100110100 | 10001 | 1011011 |
Color Harmonies of #ECE4EB
Complementary color
Monochromatic Colors of #ECE4EB
Black with #ECE4EB
Text Example
Text Example
White with #ECE4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4EB; }
p { color: rgb(236,228,235); }
H1.HeaderClassName
{
color: #ECE4EB;
}
.AnyTagClassName
{
color: #ECE4EB;
}
</style>
background-color css
<style>
a { background-color: #ECE4EB; }
a { background-color: rgb(236,228,235); }
div.DivClassName
{
background-color: #ECE4EB;
}
.BgClassName
{
background-color: #ECE4EB;
}
</style>
border-color css
<style>
span { border-color: #ECE4EB; }
span { border-color: rgb(236,228,235); }
td.TdClassName
{
border-color: #ECE4EB;
}
.TagClassName
{
border-color: #ECE4EB;
}
</style>