Shades of Lavender #EDECFE
Tints of Lavender #EDECFE
RGB
CMYK
RGB Variations
Color information
#EDECFE (or 0xEDECFE) is known color: Lavender. HEX triplet: ED, EC and FE. RGB value is (237,236,254). Sum of RGB (Red+Green+Blue) = 237+236+254=727 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.60% from 727); Green value is 236 (92.58% from 255 or 32.46% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDECFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECFE is #121301. Grayscale: #EEEEEE. Windows color (decimal): -1184514 or 16706797. OLE color: 16706797.
HSL color Cylindrical-coordinate representation of color #EDECFE: hue angle of 243.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 #EDECFE is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 236 | 254 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.00 |
| HSL | 243.33º | 0.9% | 0.96% | - |
| HSV(B) | 243.33º | 0.07% | 1% | - |
| XYZ | 82.81 | 85.15 | 105.84 | - |
| YUV | 238.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 254 | 0.07 | 0.07 | 0 | 0.00 | 243.33 | 0.9 | 0.96 |
| Hex | ED | EC | FE | 7 | 7 | 0 | 0 | F3 | 5A | 60 |
| Octal | 355 | 354 | 376 | 7 | 7 | 0 | 0 | 363 | 132 | 140 |
| Binary | 11101101 | 11101100 | 11111110 | 111 | 111 | 0 | 0 | 11110011 | 1011010 | 1100000 |
Color Harmonies of #EDECFE
Complementary color
Monochromatic Colors of #EDECFE
Black with #EDECFE
Text Example
Text Example
White with #EDECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECFE; }
p { color: rgb(237,236,254); }
H1.HeaderClassName
{
color: #EDECFE;
}
.AnyTagClassName
{
color: #EDECFE;
}
</style>
background-color css
<style>
a { background-color: #EDECFE; }
a { background-color: rgb(237,236,254); }
div.DivClassName
{
background-color: #EDECFE;
}
.BgClassName
{
background-color: #EDECFE;
}
</style>
border-color css
<style>
span { border-color: #EDECFE; }
span { border-color: rgb(237,236,254); }
td.TdClassName
{
border-color: #EDECFE;
}
.TagClassName
{
border-color: #EDECFE;
}
</style>