Shades of Lavender #ECE7FE
Tints of Lavender #ECE7FE
RGB
CMYK
RGB Variations
Color information
#ECE7FE (or 0xECE7FE) is known color: Lavender. HEX triplet: EC, E7 and FE. RGB value is (236,231,254). Sum of RGB (Red+Green+Blue) = 236+231+254=721 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.73% from 721); Green value is 231 (90.62% from 255 or 32.04% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECE7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE7FE is #131801. Grayscale: #EBEBEB. Windows color (decimal): -1251330 or 16705516. OLE color: 16705516.
HSL color Cylindrical-coordinate representation of color #ECE7FE: hue angle of 253.04º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECE7FE is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 236 | 231 | 254 | - |
CMYK | 0.07 | 0.09 | 0 | 0.00 |
HSL | 253.04º | 0.92% | 0.95% | - |
HSV(B) | 253.04º | 0.09% | 1% | - |
XYZ | 81.06 | 82.14 | 105.35 | - |
YUV | 235.12 | 138.66 | 128.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 231 | 254 | 0.07 | 0.09 | 0 | 0.00 | 253.04 | 0.92 | 0.95 |
Hex | EC | E7 | FE | 7 | 9 | 0 | 0 | FD | 5C | 5F |
Octal | 354 | 347 | 376 | 7 | 11 | 0 | 0 | 375 | 134 | 137 |
Binary | 11101100 | 11100111 | 11111110 | 111 | 1001 | 0 | 0 | 11111101 | 1011100 | 1011111 |
Color Harmonies of #ECE7FE
Complementary color
Monochromatic Colors of #ECE7FE
Black with #ECE7FE
Text Example
Text Example
White with #ECE7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE7FE; }
p { color: rgb(236,231,254); }
H1.HeaderClassName
{
color: #ECE7FE;
}
.AnyTagClassName
{
color: #ECE7FE;
}
</style>
background-color css
<style>
a { background-color: #ECE7FE; }
a { background-color: rgb(236,231,254); }
div.DivClassName
{
background-color: #ECE7FE;
}
.BgClassName
{
background-color: #ECE7FE;
}
</style>
border-color css
<style>
span { border-color: #ECE7FE; }
span { border-color: rgb(236,231,254); }
td.TdClassName
{
border-color: #ECE7FE;
}
.TagClassName
{
border-color: #ECE7FE;
}
</style>