Shades of Lavender #EFEFFA
Tints of Lavender #EFEFFA
RGB
CMYK
RGB Variations
Color information
#EFEFFA (or 0xEFEFFA) is known color: Lavender. HEX triplet: EF, EF and FA. RGB value is (239,239,250). Sum of RGB (Red+Green+Blue) = 239+239+250=728 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.83% from 728); Green value is 239 (93.75% from 255 or 32.83% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFEFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFFA is #101005. Grayscale: #F0F0F0. Windows color (decimal): -1052678 or 16445423. OLE color: 16445423.
HSL color Cylindrical-coordinate representation of color #EFEFFA: hue angle of 240º degrees, saturation: 0.52, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFEFFA is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 239 | 239 | 250 | - |
CMYK | 0.04 | 0.04 | 0 | 0.02 |
HSL | 240º | 0.52% | 0.96% | - |
HSV(B) | 240º | 0.04% | 0.98% | - |
XYZ | 83.72 | 86.99 | 102.82 | - |
YUV | 240.25 | 133.5 | 127.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 239 | 250 | 0.04 | 0.04 | 0 | 0.02 | 240 | 0.52 | 0.96 |
Hex | EF | EF | FA | 4 | 4 | 0 | 2 | F0 | 34 | 60 |
Octal | 357 | 357 | 372 | 4 | 4 | 0 | 2 | 360 | 64 | 140 |
Binary | 11101111 | 11101111 | 11111010 | 100 | 100 | 0 | 10 | 11110000 | 110100 | 1100000 |
Color Harmonies of #EFEFFA
Complementary color
Monochromatic Colors of #EFEFFA
Black with #EFEFFA
Text Example
Text Example
White with #EFEFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFFA; }
p { color: rgb(239,239,250); }
H1.HeaderClassName
{
color: #EFEFFA;
}
.AnyTagClassName
{
color: #EFEFFA;
}
</style>
background-color css
<style>
a { background-color: #EFEFFA; }
a { background-color: rgb(239,239,250); }
div.DivClassName
{
background-color: #EFEFFA;
}
.BgClassName
{
background-color: #EFEFFA;
}
</style>
border-color css
<style>
span { border-color: #EFEFFA; }
span { border-color: rgb(239,239,250); }
td.TdClassName
{
border-color: #EFEFFA;
}
.TagClassName
{
border-color: #EFEFFA;
}
</style>