Shades of Lavender #EFEDFA
Tints of Lavender #EFEDFA
RGB
CMYK
RGB Variations
Color information
#EFEDFA (or 0xEFEDFA) is known color: Lavender. HEX triplet: EF, ED and FA. RGB value is (239,237,250). Sum of RGB (Red+Green+Blue) = 239+237+250=726 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.92% from 726); Green value is 237 (92.97% from 255 or 32.64% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFEDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDFA is #101205. Grayscale: #EFEFEF. Windows color (decimal): -1053190 or 16444911. OLE color: 16444911.
HSL color Cylindrical-coordinate representation of color #EFEDFA: hue angle of 249.23º degrees, saturation: 0.57, 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 #EFEDFA is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 237 | 250 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.02 |
| HSL | 249.23º | 0.57% | 0.95% | - |
| HSV(B) | 249.23º | 0.05% | 0.98% | - |
| XYZ | 83.14 | 85.82 | 102.63 | - |
| YUV | 239.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 250 | 0.04 | 0.05 | 0 | 0.02 | 249.23 | 0.57 | 0.95 |
| Hex | EF | ED | FA | 4 | 5 | 0 | 2 | F9 | 39 | 5F |
| Octal | 357 | 355 | 372 | 4 | 5 | 0 | 2 | 371 | 71 | 137 |
| Binary | 11101111 | 11101101 | 11111010 | 100 | 101 | 0 | 10 | 11111001 | 111001 | 1011111 |
Color Harmonies of #EFEDFA
Complementary color
Monochromatic Colors of #EFEDFA
Black with #EFEDFA
Text Example
Text Example
White with #EFEDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDFA; }
p { color: rgb(239,237,250); }
H1.HeaderClassName
{
color: #EFEDFA;
}
.AnyTagClassName
{
color: #EFEDFA;
}
</style>
background-color css
<style>
a { background-color: #EFEDFA; }
a { background-color: rgb(239,237,250); }
div.DivClassName
{
background-color: #EFEDFA;
}
.BgClassName
{
background-color: #EFEDFA;
}
</style>
border-color css
<style>
span { border-color: #EFEDFA; }
span { border-color: rgb(239,237,250); }
td.TdClassName
{
border-color: #EFEDFA;
}
.TagClassName
{
border-color: #EFEDFA;
}
</style>