Shades of Lavender #EDECF2
Tints of Lavender #EDECF2
RGB
CMYK
RGB Variations
Color information
#EDECF2 (or 0xEDECF2) is known color: Lavender. HEX triplet: ED, EC and F2. RGB value is (237,236,242). Sum of RGB (Red+Green+Blue) = 237+236+242=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 236 (92.58% from 255 or 33.01% from 715); Blue value is 242 (94.92% from 255 or 33.85% from 715); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDECF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECF2 is #12130D. Grayscale: #ECECEC. Windows color (decimal): -1184526 or 15920365. OLE color: 15920365.
HSL color Cylindrical-coordinate representation of color #EDECF2: hue angle of 250º degrees, saturation: 0.19, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDECF2 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 236 | 242 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.05 |
| HSL | 250º | 0.19% | 0.94% | - |
| HSV(B) | 250º | 0.02% | 0.95% | - |
| XYZ | 80.95 | 84.41 | 96.03 | - |
| YUV | 236.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 242 | 0.02 | 0.02 | 0 | 0.05 | 250 | 0.19 | 0.94 |
| Hex | ED | EC | F2 | 2 | 2 | 0 | 5 | FA | 13 | 5E |
| Octal | 355 | 354 | 362 | 2 | 2 | 0 | 5 | 372 | 23 | 136 |
| Binary | 11101101 | 11101100 | 11110010 | 10 | 10 | 0 | 101 | 11111010 | 10011 | 1011110 |
Color Harmonies of #EDECF2
Complementary color
Monochromatic Colors of #EDECF2
Black with #EDECF2
Text Example
Text Example
White with #EDECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECF2; }
p { color: rgb(237,236,242); }
H1.HeaderClassName
{
color: #EDECF2;
}
.AnyTagClassName
{
color: #EDECF2;
}
</style>
background-color css
<style>
a { background-color: #EDECF2; }
a { background-color: rgb(237,236,242); }
div.DivClassName
{
background-color: #EDECF2;
}
.BgClassName
{
background-color: #EDECF2;
}
</style>
border-color css
<style>
span { border-color: #EDECF2; }
span { border-color: rgb(237,236,242); }
td.TdClassName
{
border-color: #EDECF2;
}
.TagClassName
{
border-color: #EDECF2;
}
</style>