Shades of Lavender #ECECF5
Tints of Lavender #ECECF5
RGB
CMYK
RGB Variations
Color information
#ECECF5 (or 0xECECF5) is known color: Lavender. HEX triplet: EC, EC and F5. RGB value is (236,236,245). Sum of RGB (Red+Green+Blue) = 236+236+245=717 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.91% from 717); Green value is 236 (92.58% from 255 or 32.91% from 717); Blue value is 245 (96.09% from 255 or 34.17% from 717); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECECF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECECF5 is #13130A. Grayscale: #ECECEC. Windows color (decimal): -1250059 or 16116972. OLE color: 16116972.
HSL color Cylindrical-coordinate representation of color #ECECF5: hue angle of 240º degrees, saturation: 0.31, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECECF5 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 236 | 236 | 245 | - |
CMYK | 0.04 | 0.04 | 0 | 0.04 |
HSL | 240º | 0.31% | 0.94% | - |
HSV(B) | 240º | 0.04% | 0.96% | - |
XYZ | 81.07 | 84.42 | 98.41 | - |
YUV | 237.03 | 132.5 | 127.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 245 | 0.04 | 0.04 | 0 | 0.04 | 240 | 0.31 | 0.94 |
Hex | EC | EC | F5 | 4 | 4 | 0 | 4 | F0 | 1F | 5E |
Octal | 354 | 354 | 365 | 4 | 4 | 0 | 4 | 360 | 37 | 136 |
Binary | 11101100 | 11101100 | 11110101 | 100 | 100 | 0 | 100 | 11110000 | 11111 | 1011110 |
Color Harmonies of #ECECF5
Complementary color
Monochromatic Colors of #ECECF5
Black with #ECECF5
Text Example
Text Example
White with #ECECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECF5; }
p { color: rgb(236,236,245); }
H1.HeaderClassName
{
color: #ECECF5;
}
.AnyTagClassName
{
color: #ECECF5;
}
</style>
background-color css
<style>
a { background-color: #ECECF5; }
a { background-color: rgb(236,236,245); }
div.DivClassName
{
background-color: #ECECF5;
}
.BgClassName
{
background-color: #ECECF5;
}
</style>
border-color css
<style>
span { border-color: #ECECF5; }
span { border-color: rgb(236,236,245); }
td.TdClassName
{
border-color: #ECECF5;
}
.TagClassName
{
border-color: #ECECF5;
}
</style>