Shades of Lavender #EFEFF7
Tints of Lavender #EFEFF7
RGB
CMYK
RGB Variations
Color information
#EFEFF7 (or 0xEFEFF7) is known color: Lavender. HEX triplet: EF, EF and F7. RGB value is (239,239,247). Sum of RGB (Red+Green+Blue) = 239+239+247=725 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.97% from 725); Green value is 239 (93.75% from 255 or 32.97% from 725); Blue value is 247 (96.88% from 255 or 34.07% from 725); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFEFF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFF7 is #101008. Grayscale: #EFEFEF. Windows color (decimal): -1052681 or 16248815. OLE color: 16248815.
HSL color Cylindrical-coordinate representation of color #EFEFF7: hue angle of 240º degrees, saturation: 0.33, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFEFF7 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 239 | 239 | 247 | - |
CMYK | 0.03 | 0.03 | 0 | 0.03 |
HSL | 240º | 0.33% | 0.95% | - |
HSV(B) | 240º | 0.03% | 0.97% | - |
XYZ | 83.25 | 86.8 | 100.36 | - |
YUV | 239.91 | 132 | 127.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 239 | 247 | 0.03 | 0.03 | 0 | 0.03 | 240 | 0.33 | 0.95 |
Hex | EF | EF | F7 | 3 | 3 | 0 | 3 | F0 | 21 | 5F |
Octal | 357 | 357 | 367 | 3 | 3 | 0 | 3 | 360 | 41 | 137 |
Binary | 11101111 | 11101111 | 11110111 | 11 | 11 | 0 | 11 | 11110000 | 100001 | 1011111 |
Color Harmonies of #EFEFF7
Complementary color
Monochromatic Colors of #EFEFF7
Black with #EFEFF7
Text Example
Text Example
White with #EFEFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFF7; }
p { color: rgb(239,239,247); }
H1.HeaderClassName
{
color: #EFEFF7;
}
.AnyTagClassName
{
color: #EFEFF7;
}
</style>
background-color css
<style>
a { background-color: #EFEFF7; }
a { background-color: rgb(239,239,247); }
div.DivClassName
{
background-color: #EFEFF7;
}
.BgClassName
{
background-color: #EFEFF7;
}
</style>
border-color css
<style>
span { border-color: #EFEFF7; }
span { border-color: rgb(239,239,247); }
td.TdClassName
{
border-color: #EFEFF7;
}
.TagClassName
{
border-color: #EFEFF7;
}
</style>