Shades of Lavender #EDECF1
Tints of Lavender #EDECF1
RGB
CMYK
RGB Variations
Color information
#EDECF1 (or 0xEDECF1) is known color: Lavender. HEX triplet: ED, EC and F1. RGB value is (237,236,241). Sum of RGB (Red+Green+Blue) = 237+236+241=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 236 (92.58% from 255 or 33.05% from 714); Blue value is 241 (94.53% from 255 or 33.75% from 714); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDECF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECF1 is #12130E. Grayscale: #ECECEC. Windows color (decimal): -1184527 or 15854829. OLE color: 15854829.
HSL color Cylindrical-coordinate representation of color #EDECF1: hue angle of 252º degrees, saturation: 0.15, 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 #EDECF1 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 236 | 241 | - |
CMYK | 0.02 | 0.02 | 0 | 0.05 |
HSL | 252º | 0.15% | 0.94% | - |
HSV(B) | 252º | 0.02% | 0.95% | - |
XYZ | 80.8 | 84.35 | 95.24 | - |
YUV | 236.87 | 130.33 | 128.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 241 | 0.02 | 0.02 | 0 | 0.05 | 252 | 0.15 | 0.94 |
Hex | ED | EC | F1 | 2 | 2 | 0 | 5 | FC | F | 5E |
Octal | 355 | 354 | 361 | 2 | 2 | 0 | 5 | 374 | 17 | 136 |
Binary | 11101101 | 11101100 | 11110001 | 10 | 10 | 0 | 101 | 11111100 | 1111 | 1011110 |
Color Harmonies of #EDECF1
Complementary color
Monochromatic Colors of #EDECF1
Black with #EDECF1
Text Example
Text Example
White with #EDECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECF1; }
p { color: rgb(237,236,241); }
H1.HeaderClassName
{
color: #EDECF1;
}
.AnyTagClassName
{
color: #EDECF1;
}
</style>
background-color css
<style>
a { background-color: #EDECF1; }
a { background-color: rgb(237,236,241); }
div.DivClassName
{
background-color: #EDECF1;
}
.BgClassName
{
background-color: #EDECF1;
}
</style>
border-color css
<style>
span { border-color: #EDECF1; }
span { border-color: rgb(237,236,241); }
td.TdClassName
{
border-color: #EDECF1;
}
.TagClassName
{
border-color: #EDECF1;
}
</style>