Shades of Lavender #ECECF2
Tints of Lavender #ECECF2
RGB
CMYK
RGB Variations
Color information
#ECECF2 (or 0xECECF2) is known color: Lavender. HEX triplet: EC, EC and F2. RGB value is (236,236,242). Sum of RGB (Red+Green+Blue) = 236+236+242=714 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.05% from 714); Green value is 236 (92.58% from 255 or 33.05% from 714); Blue value is 242 (94.92% from 255 or 33.89% from 714); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECECF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECECF2 is #13130D. Grayscale: #ECECEC. Windows color (decimal): -1250062 or 15920364. OLE color: 15920364.
HSL color Cylindrical-coordinate representation of color #ECECF2: hue angle of 240º degrees, saturation: 0.19, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECECF2 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 236 | 242 | - |
CMYK | 0.02 | 0.02 | 0 | 0.05 |
HSL | 240º | 0.19% | 0.94% | - |
HSV(B) | 240º | 0.02% | 0.95% | - |
XYZ | 80.61 | 84.23 | 96.01 | - |
YUV | 236.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 242 | 0.02 | 0.02 | 0 | 0.05 | 240 | 0.19 | 0.94 |
Hex | EC | EC | F2 | 2 | 2 | 0 | 5 | F0 | 13 | 5E |
Octal | 354 | 354 | 362 | 2 | 2 | 0 | 5 | 360 | 23 | 136 |
Binary | 11101100 | 11101100 | 11110010 | 10 | 10 | 0 | 101 | 11110000 | 10011 | 1011110 |
Color Harmonies of #ECECF2
Complementary color
Monochromatic Colors of #ECECF2
Black with #ECECF2
Text Example
Text Example
White with #ECECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECF2; }
p { color: rgb(236,236,242); }
H1.HeaderClassName
{
color: #ECECF2;
}
.AnyTagClassName
{
color: #ECECF2;
}
</style>
background-color css
<style>
a { background-color: #ECECF2; }
a { background-color: rgb(236,236,242); }
div.DivClassName
{
background-color: #ECECF2;
}
.BgClassName
{
background-color: #ECECF2;
}
</style>
border-color css
<style>
span { border-color: #ECECF2; }
span { border-color: rgb(236,236,242); }
td.TdClassName
{
border-color: #ECECF2;
}
.TagClassName
{
border-color: #ECECF2;
}
</style>