Shades of Lavender #ECECFE
Tints of Lavender #ECECFE
RGB
CMYK
RGB Variations
Color information
#ECECFE (or 0xECECFE) is known color: Lavender. HEX triplet: EC, EC and FE. RGB value is (236,236,254). Sum of RGB (Red+Green+Blue) = 236+236+254=726 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.51% from 726); Green value is 236 (92.58% from 255 or 32.51% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECECFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECECFE is #131301. Grayscale: #EDEDED. Windows color (decimal): -1250050 or 16706796. OLE color: 16706796.
HSL color Cylindrical-coordinate representation of color #ECECFE: hue angle of 240º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECECFE is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 236 | 236 | 254 | - |
CMYK | 0.07 | 0.07 | 0 | 0.00 |
HSL | 240º | 0.9% | 0.96% | - |
HSV(B) | 240º | 0.07% | 1% | - |
XYZ | 82.48 | 84.98 | 105.82 | - |
YUV | 238.05 | 137 | 126.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 254 | 0.07 | 0.07 | 0 | 0.00 | 240 | 0.9 | 0.96 |
Hex | EC | EC | FE | 7 | 7 | 0 | 0 | F0 | 5A | 60 |
Octal | 354 | 354 | 376 | 7 | 7 | 0 | 0 | 360 | 132 | 140 |
Binary | 11101100 | 11101100 | 11111110 | 111 | 111 | 0 | 0 | 11110000 | 1011010 | 1100000 |
Color Harmonies of #ECECFE
Complementary color
Monochromatic Colors of #ECECFE
Black with #ECECFE
Text Example
Text Example
White with #ECECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECFE; }
p { color: rgb(236,236,254); }
H1.HeaderClassName
{
color: #ECECFE;
}
.AnyTagClassName
{
color: #ECECFE;
}
</style>
background-color css
<style>
a { background-color: #ECECFE; }
a { background-color: rgb(236,236,254); }
div.DivClassName
{
background-color: #ECECFE;
}
.BgClassName
{
background-color: #ECECFE;
}
</style>
border-color css
<style>
span { border-color: #ECECFE; }
span { border-color: rgb(236,236,254); }
td.TdClassName
{
border-color: #ECECFE;
}
.TagClassName
{
border-color: #ECECFE;
}
</style>