Shades of Lavender #ECEBF2
Tints of Lavender #ECEBF2
RGB
CMYK
RGB Variations
Color information
#ECEBF2 (or 0xECEBF2) is known color: Lavender. HEX triplet: EC, EB and F2. RGB value is (236,235,242). Sum of RGB (Red+Green+Blue) = 236+235+242=713 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.10% from 713); Green value is 235 (92.19% from 255 or 32.96% from 713); Blue value is 242 (94.92% from 255 or 33.94% from 713); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECEBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEBF2 is #13140D. Grayscale: #ECECEC. Windows color (decimal): -1250318 or 15920108. OLE color: 15920108.
HSL color Cylindrical-coordinate representation of color #ECEBF2: hue angle of 248.57º degrees, saturation: 0.21, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECEBF2 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 235 | 242 | - |
CMYK | 0.02 | 0.03 | 0 | 0.05 |
HSL | 248.57º | 0.21% | 0.94% | - |
HSV(B) | 248.57º | 0.03% | 0.95% | - |
XYZ | 80.33 | 83.66 | 95.92 | - |
YUV | 236.1 | 131.33 | 127.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 235 | 242 | 0.02 | 0.03 | 0 | 0.05 | 248.57 | 0.21 | 0.94 |
Hex | EC | EB | F2 | 2 | 3 | 0 | 5 | F9 | 15 | 5E |
Octal | 354 | 353 | 362 | 2 | 3 | 0 | 5 | 371 | 25 | 136 |
Binary | 11101100 | 11101011 | 11110010 | 10 | 11 | 0 | 101 | 11111001 | 10101 | 1011110 |
Color Harmonies of #ECEBF2
Complementary color
Monochromatic Colors of #ECEBF2
Black with #ECEBF2
Text Example
Text Example
White with #ECEBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBF2; }
p { color: rgb(236,235,242); }
H1.HeaderClassName
{
color: #ECEBF2;
}
.AnyTagClassName
{
color: #ECEBF2;
}
</style>
background-color css
<style>
a { background-color: #ECEBF2; }
a { background-color: rgb(236,235,242); }
div.DivClassName
{
background-color: #ECEBF2;
}
.BgClassName
{
background-color: #ECEBF2;
}
</style>
border-color css
<style>
span { border-color: #ECEBF2; }
span { border-color: rgb(236,235,242); }
td.TdClassName
{
border-color: #ECEBF2;
}
.TagClassName
{
border-color: #ECEBF2;
}
</style>