Shades of Lavender #ECECF6
Tints of Lavender #ECECF6
RGB
CMYK
RGB Variations
Color information
#ECECF6 (or 0xECECF6) is known color: Lavender. HEX triplet: EC, EC and F6. RGB value is (236,236,246). Sum of RGB (Red+Green+Blue) = 236+236+246=718 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.87% from 718); Green value is 236 (92.58% from 255 or 32.87% from 718); Blue value is 246 (96.48% from 255 or 34.26% from 718); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECECF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECECF6 is #131309. Grayscale: #EDEDED. Windows color (decimal): -1250058 or 16182508. OLE color: 16182508.
HSL color Cylindrical-coordinate representation of color #ECECF6: hue angle of 240º degrees, saturation: 0.36, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECECF6 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 236 | 236 | 246 | - |
CMYK | 0.04 | 0.04 | 0 | 0.04 |
HSL | 240º | 0.36% | 0.95% | - |
HSV(B) | 240º | 0.04% | 0.96% | - |
XYZ | 81.22 | 84.48 | 99.21 | - |
YUV | 237.14 | 133 | 127.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 246 | 0.04 | 0.04 | 0 | 0.04 | 240 | 0.36 | 0.95 |
Hex | EC | EC | F6 | 4 | 4 | 0 | 4 | F0 | 24 | 5F |
Octal | 354 | 354 | 366 | 4 | 4 | 0 | 4 | 360 | 44 | 137 |
Binary | 11101100 | 11101100 | 11110110 | 100 | 100 | 0 | 100 | 11110000 | 100100 | 1011111 |
Color Harmonies of #ECECF6
Complementary color
Monochromatic Colors of #ECECF6
Black with #ECECF6
Text Example
Text Example
White with #ECECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECF6; }
p { color: rgb(236,236,246); }
H1.HeaderClassName
{
color: #ECECF6;
}
.AnyTagClassName
{
color: #ECECF6;
}
</style>
background-color css
<style>
a { background-color: #ECECF6; }
a { background-color: rgb(236,236,246); }
div.DivClassName
{
background-color: #ECECF6;
}
.BgClassName
{
background-color: #ECECF6;
}
</style>
border-color css
<style>
span { border-color: #ECECF6; }
span { border-color: rgb(236,236,246); }
td.TdClassName
{
border-color: #ECECF6;
}
.TagClassName
{
border-color: #ECECF6;
}
</style>