Shades of Lavender #EDEDF1
Tints of Lavender #EDEDF1
RGB
CMYK
RGB Variations
Color information
#EDEDF1 (or 0xEDEDF1) is known color: Lavender. HEX triplet: ED, ED and F1. RGB value is (237,237,241). Sum of RGB (Red+Green+Blue) = 237+237+241=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 237 (92.97% from 255 or 33.15% from 715); Blue value is 241 (94.53% from 255 or 33.71% from 715); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDEDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDF1 is #12120E. Grayscale: #EDEDED. Windows color (decimal): -1184271 or 15855085. OLE color: 15855085.
HSL color Cylindrical-coordinate representation of color #EDEDF1: hue angle of 240º degrees, saturation: 0.12, 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 #EDEDF1 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 237 | 241 | - |
CMYK | 0.02 | 0.02 | 0 | 0.05 |
HSL | 240º | 0.13% | 0.94% | - |
HSV(B) | 240º | 0.02% | 0.95% | - |
XYZ | 81.09 | 84.92 | 95.34 | - |
YUV | 237.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 237 | 241 | 0.02 | 0.02 | 0 | 0.05 | 240 | 0.13 | 0.94 |
Hex | ED | ED | F1 | 2 | 2 | 0 | 5 | F0 | C | 5E |
Octal | 355 | 355 | 361 | 2 | 2 | 0 | 5 | 360 | 14 | 136 |
Binary | 11101101 | 11101101 | 11110001 | 10 | 10 | 0 | 101 | 11110000 | 1100 | 1011110 |
Color Harmonies of #EDEDF1
Complementary color
Monochromatic Colors of #EDEDF1
Black with #EDEDF1
Text Example
Text Example
White with #EDEDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEDF1; }
p { color: rgb(237,237,241); }
H1.HeaderClassName
{
color: #EDEDF1;
}
.AnyTagClassName
{
color: #EDEDF1;
}
</style>
background-color css
<style>
a { background-color: #EDEDF1; }
a { background-color: rgb(237,237,241); }
div.DivClassName
{
background-color: #EDEDF1;
}
.BgClassName
{
background-color: #EDEDF1;
}
</style>
border-color css
<style>
span { border-color: #EDEDF1; }
span { border-color: rgb(237,237,241); }
td.TdClassName
{
border-color: #EDEDF1;
}
.TagClassName
{
border-color: #EDEDF1;
}
</style>