Shades of Lavender #ECECF4
Tints of Lavender #ECECF4
RGB
CMYK
RGB Variations
Color information
#ECECF4 (or 0xECECF4) is known color: Lavender. HEX triplet: EC, EC and F4. RGB value is (236,236,244). Sum of RGB (Red+Green+Blue) = 236+236+244=716 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.96% from 716); Green value is 236 (92.58% from 255 or 32.96% from 716); Blue value is 244 (95.70% from 255 or 34.08% from 716); Max value from RGB is 244 - color contains mainly: blue. Hex color #ECECF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECECF4 is #13130B. Grayscale: #ECECEC. Windows color (decimal): -1250060 or 16051436. OLE color: 16051436.
HSL color Cylindrical-coordinate representation of color #ECECF4: hue angle of 240º degrees, saturation: 0.27, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECECF4 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 236 | 236 | 244 | - |
CMYK | 0.03 | 0.03 | 0 | 0.04 |
HSL | 240º | 0.27% | 0.94% | - |
HSV(B) | 240º | 0.03% | 0.96% | - |
XYZ | 80.92 | 84.36 | 97.61 | - |
YUV | 236.91 | 132 | 127.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 244 | 0.03 | 0.03 | 0 | 0.04 | 240 | 0.27 | 0.94 |
Hex | EC | EC | F4 | 3 | 3 | 0 | 4 | F0 | 1B | 5E |
Octal | 354 | 354 | 364 | 3 | 3 | 0 | 4 | 360 | 33 | 136 |
Binary | 11101100 | 11101100 | 11110100 | 11 | 11 | 0 | 100 | 11110000 | 11011 | 1011110 |
Color Harmonies of #ECECF4
Complementary color
Monochromatic Colors of #ECECF4
Black with #ECECF4
Text Example
Text Example
White with #ECECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECF4; }
p { color: rgb(236,236,244); }
H1.HeaderClassName
{
color: #ECECF4;
}
.AnyTagClassName
{
color: #ECECF4;
}
</style>
background-color css
<style>
a { background-color: #ECECF4; }
a { background-color: rgb(236,236,244); }
div.DivClassName
{
background-color: #ECECF4;
}
.BgClassName
{
background-color: #ECECF4;
}
</style>
border-color css
<style>
span { border-color: #ECECF4; }
span { border-color: rgb(236,236,244); }
td.TdClassName
{
border-color: #ECECF4;
}
.TagClassName
{
border-color: #ECECF4;
}
</style>