Shades of Lavender #EDEDF6
Tints of Lavender #EDEDF6
RGB
CMYK
RGB Variations
Color information
#EDEDF6 (or 0xEDEDF6) is known color: Lavender. HEX triplet: ED, ED and F6. RGB value is (237,237,246). Sum of RGB (Red+Green+Blue) = 237+237+246=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 246 (96.48% from 255 or 34.17% from 720); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDEDF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDF6 is #121209. Grayscale: #EDEDED. Windows color (decimal): -1184266 or 16182765. OLE color: 16182765.
HSL color Cylindrical-coordinate representation of color #EDEDF6: hue angle of 240º degrees, saturation: 0.33, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDEDF6 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 237 | 237 | 246 | - |
CMYK | 0.04 | 0.04 | 0 | 0.04 |
HSL | 240º | 0.33% | 0.95% | - |
HSV(B) | 240º | 0.04% | 0.96% | - |
XYZ | 81.84 | 85.23 | 99.33 | - |
YUV | 238.03 | 132.5 | 127.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 237 | 246 | 0.04 | 0.04 | 0 | 0.04 | 240 | 0.33 | 0.95 |
Hex | ED | ED | F6 | 4 | 4 | 0 | 4 | F0 | 21 | 5F |
Octal | 355 | 355 | 366 | 4 | 4 | 0 | 4 | 360 | 41 | 137 |
Binary | 11101101 | 11101101 | 11110110 | 100 | 100 | 0 | 100 | 11110000 | 100001 | 1011111 |
Color Harmonies of #EDEDF6
Complementary color
Monochromatic Colors of #EDEDF6
Black with #EDEDF6
Text Example
Text Example
White with #EDEDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEDF6; }
p { color: rgb(237,237,246); }
H1.HeaderClassName
{
color: #EDEDF6;
}
.AnyTagClassName
{
color: #EDEDF6;
}
</style>
background-color css
<style>
a { background-color: #EDEDF6; }
a { background-color: rgb(237,237,246); }
div.DivClassName
{
background-color: #EDEDF6;
}
.BgClassName
{
background-color: #EDEDF6;
}
</style>
border-color css
<style>
span { border-color: #EDEDF6; }
span { border-color: rgb(237,237,246); }
td.TdClassName
{
border-color: #EDEDF6;
}
.TagClassName
{
border-color: #EDEDF6;
}
</style>