Shades of Lavender #EFEEFA
Tints of Lavender #EFEEFA
RGB
CMYK
RGB Variations
Color information
#EFEEFA (or 0xEFEEFA) is known color: Lavender. HEX triplet: EF, EE and FA. RGB value is (239,238,250). Sum of RGB (Red+Green+Blue) = 239+238+250=727 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.87% from 727); Green value is 238 (93.36% from 255 or 32.74% from 727); Blue value is 250 (98.05% from 255 or 34.39% from 727); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFEEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEFA is #101105. Grayscale: #EFEFEF. Windows color (decimal): -1052934 or 16445167. OLE color: 16445167.
HSL color Cylindrical-coordinate representation of color #EFEEFA: hue angle of 245º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFEEFA is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 238 | 250 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.02 |
| HSL | 245º | 0.55% | 0.96% | - |
| HSV(B) | 245º | 0.05% | 0.98% | - |
| XYZ | 83.43 | 86.4 | 102.72 | - |
| YUV | 239.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 250 | 0.04 | 0.05 | 0 | 0.02 | 245 | 0.55 | 0.96 |
| Hex | EF | EE | FA | 4 | 5 | 0 | 2 | F5 | 37 | 60 |
| Octal | 357 | 356 | 372 | 4 | 5 | 0 | 2 | 365 | 67 | 140 |
| Binary | 11101111 | 11101110 | 11111010 | 100 | 101 | 0 | 10 | 11110101 | 110111 | 1100000 |
Color Harmonies of #EFEEFA
Complementary color
Monochromatic Colors of #EFEEFA
Black with #EFEEFA
Text Example
Text Example
White with #EFEEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEFA; }
p { color: rgb(239,238,250); }
H1.HeaderClassName
{
color: #EFEEFA;
}
.AnyTagClassName
{
color: #EFEEFA;
}
</style>
background-color css
<style>
a { background-color: #EFEEFA; }
a { background-color: rgb(239,238,250); }
div.DivClassName
{
background-color: #EFEEFA;
}
.BgClassName
{
background-color: #EFEEFA;
}
</style>
border-color css
<style>
span { border-color: #EFEEFA; }
span { border-color: rgb(239,238,250); }
td.TdClassName
{
border-color: #EFEEFA;
}
.TagClassName
{
border-color: #EFEEFA;
}
</style>