Shades of Lavender #ECECF0
Tints of Lavender #ECECF0
RGB
CMYK
RGB Variations
Color information
#ECECF0 (or 0xECECF0) is known color: Lavender. HEX triplet: EC, EC and F0. RGB value is (236,236,240). Sum of RGB (Red+Green+Blue) = 236+236+240=712 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.15% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 240 (94.14% from 255 or 33.71% from 712); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECECF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECECF0 is #13130F. Grayscale: #ECECEC. Windows color (decimal): -1250064 or 15789292. OLE color: 15789292.
HSL color Cylindrical-coordinate representation of color #ECECF0: hue angle of 240º degrees, saturation: 0.12, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECECF0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 236 | 240 | - |
CMYK | 0.02 | 0.02 | 0 | 0.06 |
HSL | 240º | 0.12% | 0.93% | - |
HSV(B) | 240º | 0.02% | 0.94% | - |
XYZ | 80.32 | 84.12 | 94.44 | - |
YUV | 236.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 240 | 0.02 | 0.02 | 0 | 0.06 | 240 | 0.12 | 0.93 |
Hex | EC | EC | F0 | 2 | 2 | 0 | 6 | F0 | C | 5D |
Octal | 354 | 354 | 360 | 2 | 2 | 0 | 6 | 360 | 14 | 135 |
Binary | 11101100 | 11101100 | 11110000 | 10 | 10 | 0 | 110 | 11110000 | 1100 | 1011101 |
Color Harmonies of #ECECF0
Complementary color
Monochromatic Colors of #ECECF0
Black with #ECECF0
Text Example
Text Example
White with #ECECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECF0; }
p { color: rgb(236,236,240); }
H1.HeaderClassName
{
color: #ECECF0;
}
.AnyTagClassName
{
color: #ECECF0;
}
</style>
background-color css
<style>
a { background-color: #ECECF0; }
a { background-color: rgb(236,236,240); }
div.DivClassName
{
background-color: #ECECF0;
}
.BgClassName
{
background-color: #ECECF0;
}
</style>
border-color css
<style>
span { border-color: #ECECF0; }
span { border-color: rgb(236,236,240); }
td.TdClassName
{
border-color: #ECECF0;
}
.TagClassName
{
border-color: #ECECF0;
}
</style>