Shades of Lavender #F0EFF7
Tints of Lavender #F0EFF7
RGB
CMYK
RGB Variations
Color information
#F0EFF7 (or 0xF0EFF7) is known color: Lavender. HEX triplet: F0, EF and F7. RGB value is (240,239,247). Sum of RGB (Red+Green+Blue) = 240+239+247=726 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.06% from 726); Green value is 239 (93.75% from 255 or 32.92% from 726); Blue value is 247 (96.88% from 255 or 34.02% from 726); Max value from RGB is 247 - color contains mainly: blue. Hex color #F0EFF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFF7 is #0F1008. Grayscale: #F0F0F0. Windows color (decimal): -987145 or 16248816. OLE color: 16248816.
HSL color Cylindrical-coordinate representation of color #F0EFF7: hue angle of 247.5º 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 #F0EFF7 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 239 | 247 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.03 |
| HSL | 247.5º | 0.33% | 0.95% | - |
| HSV(B) | 247.5º | 0.03% | 0.97% | - |
| XYZ | 83.59 | 86.97 | 100.38 | - |
| YUV | 240.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 247 | 0.03 | 0.03 | 0 | 0.03 | 247.5 | 0.33 | 0.95 |
| Hex | F0 | EF | F7 | 3 | 3 | 0 | 3 | F8 | 21 | 5F |
| Octal | 360 | 357 | 367 | 3 | 3 | 0 | 3 | 370 | 41 | 137 |
| Binary | 11110000 | 11101111 | 11110111 | 11 | 11 | 0 | 11 | 11111000 | 100001 | 1011111 |
Color Harmonies of #F0EFF7
Complementary color
Monochromatic Colors of #F0EFF7
Black with #F0EFF7
Text Example
Text Example
White with #F0EFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFF7; }
p { color: rgb(240,239,247); }
H1.HeaderClassName
{
color: #F0EFF7;
}
.AnyTagClassName
{
color: #F0EFF7;
}
</style>
background-color css
<style>
a { background-color: #F0EFF7; }
a { background-color: rgb(240,239,247); }
div.DivClassName
{
background-color: #F0EFF7;
}
.BgClassName
{
background-color: #F0EFF7;
}
</style>
border-color css
<style>
span { border-color: #F0EFF7; }
span { border-color: rgb(240,239,247); }
td.TdClassName
{
border-color: #F0EFF7;
}
.TagClassName
{
border-color: #F0EFF7;
}
</style>