Shades of Lavender #EFEDF9
Tints of Lavender #EFEDF9
RGB
CMYK
RGB Variations
Color information
#EFEDF9 (or 0xEFEDF9) is known color: Lavender. HEX triplet: EF, ED and F9. RGB value is (239,237,249). Sum of RGB (Red+Green+Blue) = 239+237+249=725 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.97% from 725); Green value is 237 (92.97% from 255 or 32.69% from 725); Blue value is 249 (97.66% from 255 or 34.34% from 725); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFEDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDF9 is #101206. Grayscale: #EEEEEE. Windows color (decimal): -1053191 or 16379375. OLE color: 16379375.
HSL color Cylindrical-coordinate representation of color #EFEDF9: hue angle of 250º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFEDF9 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 239 | 237 | 249 | - |
CMYK | 0.04 | 0.05 | 0 | 0.02 |
HSL | 250º | 0.5% | 0.95% | - |
HSV(B) | 250º | 0.05% | 0.98% | - |
XYZ | 82.98 | 85.76 | 101.8 | - |
YUV | 238.97 | 133.66 | 128.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 237 | 249 | 0.04 | 0.05 | 0 | 0.02 | 250 | 0.5 | 0.95 |
Hex | EF | ED | F9 | 4 | 5 | 0 | 2 | FA | 32 | 5F |
Octal | 357 | 355 | 371 | 4 | 5 | 0 | 2 | 372 | 62 | 137 |
Binary | 11101111 | 11101101 | 11111001 | 100 | 101 | 0 | 10 | 11111010 | 110010 | 1011111 |
Color Harmonies of #EFEDF9
Complementary color
Monochromatic Colors of #EFEDF9
Black with #EFEDF9
Text Example
Text Example
White with #EFEDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDF9; }
p { color: rgb(239,237,249); }
H1.HeaderClassName
{
color: #EFEDF9;
}
.AnyTagClassName
{
color: #EFEDF9;
}
</style>
background-color css
<style>
a { background-color: #EFEDF9; }
a { background-color: rgb(239,237,249); }
div.DivClassName
{
background-color: #EFEDF9;
}
.BgClassName
{
background-color: #EFEDF9;
}
</style>
border-color css
<style>
span { border-color: #EFEDF9; }
span { border-color: rgb(239,237,249); }
td.TdClassName
{
border-color: #EFEDF9;
}
.TagClassName
{
border-color: #EFEDF9;
}
</style>