Shades of Lavender #EDEDF7
Tints of Lavender #EDEDF7
RGB
CMYK
RGB Variations
Color information
#EDEDF7 (or 0xEDEDF7) is known color: Lavender. HEX triplet: ED, ED and F7. RGB value is (237,237,247). Sum of RGB (Red+Green+Blue) = 237+237+247=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 237 (92.97% from 255 or 32.87% from 721); Blue value is 247 (96.88% from 255 or 34.26% from 721); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDEDF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDF7 is #121208. Grayscale: #EEEEEE. Windows color (decimal): -1184265 or 16248301. OLE color: 16248301.
HSL color Cylindrical-coordinate representation of color #EDEDF7: hue angle of 240º degrees, saturation: 0.38, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDEDF7 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 237 | 237 | 247 | - |
CMYK | 0.04 | 0.04 | 0 | 0.03 |
HSL | 240º | 0.38% | 0.95% | - |
HSV(B) | 240º | 0.04% | 0.97% | - |
XYZ | 82 | 85.29 | 100.14 | - |
YUV | 238.14 | 133 | 127.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 237 | 247 | 0.04 | 0.04 | 0 | 0.03 | 240 | 0.38 | 0.95 |
Hex | ED | ED | F7 | 4 | 4 | 0 | 3 | F0 | 26 | 5F |
Octal | 355 | 355 | 367 | 4 | 4 | 0 | 3 | 360 | 46 | 137 |
Binary | 11101101 | 11101101 | 11110111 | 100 | 100 | 0 | 11 | 11110000 | 100110 | 1011111 |
Color Harmonies of #EDEDF7
Complementary color
Monochromatic Colors of #EDEDF7
Black with #EDEDF7
Text Example
Text Example
White with #EDEDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEDF7; }
p { color: rgb(237,237,247); }
H1.HeaderClassName
{
color: #EDEDF7;
}
.AnyTagClassName
{
color: #EDEDF7;
}
</style>
background-color css
<style>
a { background-color: #EDEDF7; }
a { background-color: rgb(237,237,247); }
div.DivClassName
{
background-color: #EDEDF7;
}
.BgClassName
{
background-color: #EDEDF7;
}
</style>
border-color css
<style>
span { border-color: #EDEDF7; }
span { border-color: rgb(237,237,247); }
td.TdClassName
{
border-color: #EDEDF7;
}
.TagClassName
{
border-color: #EDEDF7;
}
</style>