Shades of Lavender #EFF0F7
Tints of Lavender #EFF0F7
RGB
CMYK
RGB Variations
Color information
#EFF0F7 (or 0xEFF0F7) is known color: Lavender. HEX triplet: EF, F0 and F7. RGB value is (239,240,247). Sum of RGB (Red+Green+Blue) = 239+240+247=726 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.92% from 726); Green value is 240 (94.14% from 255 or 33.06% 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 #EFF0F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0F7 is #100F08. Grayscale: #F0F0F0. Windows color (decimal): -1052425 or 16249071. OLE color: 16249071.
HSL color Cylindrical-coordinate representation of color #EFF0F7: hue angle of 232.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 #EFF0F7 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 240 | 247 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.03 |
| HSL | 232.5º | 0.33% | 0.95% | - |
| HSV(B) | 232.5º | 0.03% | 0.97% | - |
| XYZ | 83.55 | 87.39 | 100.46 | - |
| YUV | 240.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 247 | 0.03 | 0.03 | 0 | 0.03 | 232.5 | 0.33 | 0.95 |
| Hex | EF | F0 | F7 | 3 | 3 | 0 | 3 | E8 | 21 | 5F |
| Octal | 357 | 360 | 367 | 3 | 3 | 0 | 3 | 350 | 41 | 137 |
| Binary | 11101111 | 11110000 | 11110111 | 11 | 11 | 0 | 11 | 11101000 | 100001 | 1011111 |
Color Harmonies of #EFF0F7
Complementary color
Monochromatic Colors of #EFF0F7
Black with #EFF0F7
Text Example
Text Example
White with #EFF0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0F7; }
p { color: rgb(239,240,247); }
H1.HeaderClassName
{
color: #EFF0F7;
}
.AnyTagClassName
{
color: #EFF0F7;
}
</style>
background-color css
<style>
a { background-color: #EFF0F7; }
a { background-color: rgb(239,240,247); }
div.DivClassName
{
background-color: #EFF0F7;
}
.BgClassName
{
background-color: #EFF0F7;
}
</style>
border-color css
<style>
span { border-color: #EFF0F7; }
span { border-color: rgb(239,240,247); }
td.TdClassName
{
border-color: #EFF0F7;
}
.TagClassName
{
border-color: #EFF0F7;
}
</style>