Shades of Lavender #EFF0F8
Tints of Lavender #EFF0F8
RGB
CMYK
RGB Variations
Color information
#EFF0F8 (or 0xEFF0F8) is known color: Lavender. HEX triplet: EF, F0 and F8. RGB value is (239,240,248). Sum of RGB (Red+Green+Blue) = 239+240+248=727 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.87% from 727); Green value is 240 (94.14% from 255 or 33.01% from 727); Blue value is 248 (97.27% from 255 or 34.11% from 727); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFF0F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0F8 is #100F07. Grayscale: #F0F0F0. Windows color (decimal): -1052424 or 16314607. OLE color: 16314607.
HSL color Cylindrical-coordinate representation of color #EFF0F8: hue angle of 233.33º degrees, saturation: 0.39, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFF0F8 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 240 | 248 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.03 |
| HSL | 233.33º | 0.39% | 0.95% | - |
| HSV(B) | 233.33º | 0.04% | 0.97% | - |
| XYZ | 83.7 | 87.45 | 101.27 | - |
| YUV | 240.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 248 | 0.04 | 0.03 | 0 | 0.03 | 233.33 | 0.39 | 0.95 |
| Hex | EF | F0 | F8 | 4 | 3 | 0 | 3 | E9 | 27 | 5F |
| Octal | 357 | 360 | 370 | 4 | 3 | 0 | 3 | 351 | 47 | 137 |
| Binary | 11101111 | 11110000 | 11111000 | 100 | 11 | 0 | 11 | 11101001 | 100111 | 1011111 |
Color Harmonies of #EFF0F8
Complementary color
Monochromatic Colors of #EFF0F8
Black with #EFF0F8
Text Example
Text Example
White with #EFF0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0F8; }
p { color: rgb(239,240,248); }
H1.HeaderClassName
{
color: #EFF0F8;
}
.AnyTagClassName
{
color: #EFF0F8;
}
</style>
background-color css
<style>
a { background-color: #EFF0F8; }
a { background-color: rgb(239,240,248); }
div.DivClassName
{
background-color: #EFF0F8;
}
.BgClassName
{
background-color: #EFF0F8;
}
</style>
border-color css
<style>
span { border-color: #EFF0F8; }
span { border-color: rgb(239,240,248); }
td.TdClassName
{
border-color: #EFF0F8;
}
.TagClassName
{
border-color: #EFF0F8;
}
</style>