Shades of Lavender #ECEBF6
Tints of Lavender #ECEBF6
RGB
CMYK
RGB Variations
Color information
#ECEBF6 (or 0xECEBF6) is known color: Lavender. HEX triplet: EC, EB and F6. RGB value is (236,235,246). Sum of RGB (Red+Green+Blue) = 236+235+246=717 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.91% from 717); Green value is 235 (92.19% from 255 or 32.78% from 717); Blue value is 246 (96.48% from 255 or 34.31% from 717); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECEBF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEBF6 is #131409. Grayscale: #ECECEC. Windows color (decimal): -1250314 or 16182252. OLE color: 16182252.
HSL color Cylindrical-coordinate representation of color #ECEBF6: hue angle of 245.45º degrees, saturation: 0.38, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECEBF6 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 236 | 235 | 246 | - |
CMYK | 0.04 | 0.04 | 0 | 0.04 |
HSL | 245.45º | 0.38% | 0.94% | - |
HSV(B) | 245.45º | 0.04% | 0.96% | - |
XYZ | 80.93 | 83.9 | 99.12 | - |
YUV | 236.55 | 133.33 | 127.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 235 | 246 | 0.04 | 0.04 | 0 | 0.04 | 245.45 | 0.38 | 0.94 |
Hex | EC | EB | F6 | 4 | 4 | 0 | 4 | F5 | 26 | 5E |
Octal | 354 | 353 | 366 | 4 | 4 | 0 | 4 | 365 | 46 | 136 |
Binary | 11101100 | 11101011 | 11110110 | 100 | 100 | 0 | 100 | 11110101 | 100110 | 1011110 |
Color Harmonies of #ECEBF6
Complementary color
Monochromatic Colors of #ECEBF6
Black with #ECEBF6
Text Example
Text Example
White with #ECEBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBF6; }
p { color: rgb(236,235,246); }
H1.HeaderClassName
{
color: #ECEBF6;
}
.AnyTagClassName
{
color: #ECEBF6;
}
</style>
background-color css
<style>
a { background-color: #ECEBF6; }
a { background-color: rgb(236,235,246); }
div.DivClassName
{
background-color: #ECEBF6;
}
.BgClassName
{
background-color: #ECEBF6;
}
</style>
border-color css
<style>
span { border-color: #ECEBF6; }
span { border-color: rgb(236,235,246); }
td.TdClassName
{
border-color: #ECEBF6;
}
.TagClassName
{
border-color: #ECEBF6;
}
</style>