Shades of Lavender #EDEDEF
Tints of Lavender #EDEDEF
RGB
CMYK
RGB Variations
Color information
#EDEDEF (or 0xEDEDEF) is known color: Lavender. HEX triplet: ED, ED and EF. RGB value is (237,237,239). Sum of RGB (Red+Green+Blue) = 237+237+239=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 239 (93.75% from 255 or 33.52% from 713); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDEDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDEF is #121210. Grayscale: #EDEDED. Windows color (decimal): -1184273 or 15724013. OLE color: 15724013.
HSL color Cylindrical-coordinate representation of color #EDEDEF: hue angle of 240º degrees, saturation: 0.06, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EDEDEF is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 237 | 239 | - |
CMYK | 0.01 | 0.01 | 0 | 0.06 |
HSL | 240º | 0.06% | 0.93% | - |
HSV(B) | 240º | 0.01% | 0.94% | - |
XYZ | 80.79 | 84.8 | 93.77 | - |
YUV | 237.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 237 | 239 | 0.01 | 0.01 | 0 | 0.06 | 240 | 0.06 | 0.93 |
Hex | ED | ED | EF | 1 | 1 | 0 | 6 | F0 | 6 | 5D |
Octal | 355 | 355 | 357 | 1 | 1 | 0 | 6 | 360 | 6 | 135 |
Binary | 11101101 | 11101101 | 11101111 | 1 | 1 | 0 | 110 | 11110000 | 110 | 1011101 |
Color Harmonies of #EDEDEF
Complementary color
Monochromatic Colors of #EDEDEF
Black with #EDEDEF
Text Example
Text Example
White with #EDEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEDEF; }
p { color: rgb(237,237,239); }
H1.HeaderClassName
{
color: #EDEDEF;
}
.AnyTagClassName
{
color: #EDEDEF;
}
</style>
background-color css
<style>
a { background-color: #EDEDEF; }
a { background-color: rgb(237,237,239); }
div.DivClassName
{
background-color: #EDEDEF;
}
.BgClassName
{
background-color: #EDEDEF;
}
</style>
border-color css
<style>
span { border-color: #EDEDEF; }
span { border-color: rgb(237,237,239); }
td.TdClassName
{
border-color: #EDEDEF;
}
.TagClassName
{
border-color: #EDEDEF;
}
</style>