Shades of Lavender #EFEFF1
Tints of Lavender #EFEFF1
RGB
CMYK
RGB Variations
Color information
#EFEFF1 (or 0xEFEFF1) is known color: Lavender. HEX triplet: EF, EF and F1. RGB value is (239,239,241). Sum of RGB (Red+Green+Blue) = 239+239+241=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 239 (93.75% from 255 or 33.24% from 719); Blue value is 241 (94.53% from 255 or 33.52% from 719); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFEFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFF1 is #10100E. Grayscale: #EFEFEF. Windows color (decimal): -1052687 or 15855599. OLE color: 15855599.
HSL color Cylindrical-coordinate representation of color #EFEFF1: hue angle of 240º degrees, saturation: 0.07, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EFEFF1 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 239 | 239 | 241 | - |
CMYK | 0.01 | 0.01 | 0 | 0.05 |
HSL | 240º | 0.07% | 0.94% | - |
HSV(B) | 240º | 0.01% | 0.95% | - |
XYZ | 82.34 | 86.43 | 95.56 | - |
YUV | 239.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 239 | 241 | 0.01 | 0.01 | 0 | 0.05 | 240 | 0.07 | 0.94 |
Hex | EF | EF | F1 | 1 | 1 | 0 | 5 | F0 | 7 | 5E |
Octal | 357 | 357 | 361 | 1 | 1 | 0 | 5 | 360 | 7 | 136 |
Binary | 11101111 | 11101111 | 11110001 | 1 | 1 | 0 | 101 | 11110000 | 111 | 1011110 |
Color Harmonies of #EFEFF1
Complementary color
Monochromatic Colors of #EFEFF1
Black with #EFEFF1
Text Example
Text Example
White with #EFEFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFF1; }
p { color: rgb(239,239,241); }
H1.HeaderClassName
{
color: #EFEFF1;
}
.AnyTagClassName
{
color: #EFEFF1;
}
</style>
background-color css
<style>
a { background-color: #EFEFF1; }
a { background-color: rgb(239,239,241); }
div.DivClassName
{
background-color: #EFEFF1;
}
.BgClassName
{
background-color: #EFEFF1;
}
</style>
border-color css
<style>
span { border-color: #EFEFF1; }
span { border-color: rgb(239,239,241); }
td.TdClassName
{
border-color: #EFEFF1;
}
.TagClassName
{
border-color: #EFEFF1;
}
</style>