Shades of Selago #ECE4EE
Tints of Selago #ECE4EE
RGB
CMYK
RGB Variations
Color information
#ECE4EE (or 0xECE4EE) is known color: Selago. HEX triplet: EC, E4 and EE. RGB value is (236,228,238). Sum of RGB (Red+Green+Blue) = 236+228+238=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 228 (89.45% from 255 or 32.48% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECE4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE4EE is #131B11. Grayscale: #E7E7E7. Windows color (decimal): -1252114 or 15656172. OLE color: 15656172.
HSL color Cylindrical-coordinate representation of color #ECE4EE: hue angle of 288º degrees, saturation: 0.23, 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 #ECE4EE is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 238 | - |
CMYK | 0.01 | 0.04 | 0 | 0.07 |
HSL | 288º | 0.23% | 0.91% | - |
HSV(B) | 288º | 0.04% | 0.93% | - |
XYZ | 77.77 | 79.49 | 92.13 | - |
YUV | 231.53 | 131.65 | 131.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 238 | 0.01 | 0.04 | 0 | 0.07 | 288 | 0.23 | 0.91 |
Hex | EC | E4 | EE | 1 | 4 | 0 | 7 | 120 | 17 | 5B |
Octal | 354 | 344 | 356 | 1 | 4 | 0 | 7 | 440 | 27 | 133 |
Binary | 11101100 | 11100100 | 11101110 | 1 | 100 | 0 | 111 | 100100000 | 10111 | 1011011 |
Color Harmonies of #ECE4EE
Complementary color
Monochromatic Colors of #ECE4EE
Black with #ECE4EE
Text Example
Text Example
White with #ECE4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4EE; }
p { color: rgb(236,228,238); }
H1.HeaderClassName
{
color: #ECE4EE;
}
.AnyTagClassName
{
color: #ECE4EE;
}
</style>
background-color css
<style>
a { background-color: #ECE4EE; }
a { background-color: rgb(236,228,238); }
div.DivClassName
{
background-color: #ECE4EE;
}
.BgClassName
{
background-color: #ECE4EE;
}
</style>
border-color css
<style>
span { border-color: #ECE4EE; }
span { border-color: rgb(236,228,238); }
td.TdClassName
{
border-color: #ECE4EE;
}
.TagClassName
{
border-color: #ECE4EE;
}
</style>