Shades of Lavender #ECEEFE
Tints of Lavender #ECEEFE
RGB
CMYK
RGB Variations
Color information
#ECEEFE (or 0xECEEFE) is known color: Lavender. HEX triplet: EC, EE and FE. RGB value is (236,238,254). Sum of RGB (Red+Green+Blue) = 236+238+254=728 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.42% from 728); Green value is 238 (93.36% from 255 or 32.69% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECEEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEEFE is #131101. Grayscale: #EFEFEF. Windows color (decimal): -1249538 or 16707308. OLE color: 16707308.
HSL color Cylindrical-coordinate representation of color #ECEEFE: hue angle of 233.33º 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 #ECEEFE is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 238 | 254 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.00 |
| HSL | 233.33º | 0.9% | 0.96% | - |
| HSV(B) | 233.33º | 0.07% | 1% | - |
| XYZ | 83.06 | 86.14 | 106.01 | - |
| YUV | 239.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 238 | 254 | 0.07 | 0.06 | 0 | 0.00 | 233.33 | 0.9 | 0.96 |
| Hex | EC | EE | FE | 7 | 6 | 0 | 0 | E9 | 5A | 60 |
| Octal | 354 | 356 | 376 | 7 | 6 | 0 | 0 | 351 | 132 | 140 |
| Binary | 11101100 | 11101110 | 11111110 | 111 | 110 | 0 | 0 | 11101001 | 1011010 | 1100000 |
Color Harmonies of #ECEEFE
Complementary color
Monochromatic Colors of #ECEEFE
Black with #ECEEFE
Text Example
Text Example
White with #ECEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEEFE; }
p { color: rgb(236,238,254); }
H1.HeaderClassName
{
color: #ECEEFE;
}
.AnyTagClassName
{
color: #ECEEFE;
}
</style>
background-color css
<style>
a { background-color: #ECEEFE; }
a { background-color: rgb(236,238,254); }
div.DivClassName
{
background-color: #ECEEFE;
}
.BgClassName
{
background-color: #ECEEFE;
}
</style>
border-color css
<style>
span { border-color: #ECEEFE; }
span { border-color: rgb(236,238,254); }
td.TdClassName
{
border-color: #ECEEFE;
}
.TagClassName
{
border-color: #ECEEFE;
}
</style>