Shades of Lavender #EFEFF3
Tints of Lavender #EFEFF3
RGB
CMYK
RGB Variations
Color information
#EFEFF3 (or 0xEFEFF3) is known color: Lavender. HEX triplet: EF, EF and F3. RGB value is (239,239,243). Sum of RGB (Red+Green+Blue) = 239+239+243=721 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.15% from 721); Green value is 239 (93.75% from 255 or 33.15% from 721); Blue value is 243 (95.31% from 255 or 33.70% from 721); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFEFF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFF3 is #10100C. Grayscale: #EFEFEF. Windows color (decimal): -1052685 or 15986671. OLE color: 15986671.
HSL color Cylindrical-coordinate representation of color #EFEFF3: hue angle of 240º degrees, saturation: 0.14, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFEFF3 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 239 | 239 | 243 | - |
CMYK | 0.02 | 0.02 | 0 | 0.05 |
HSL | 240º | 0.14% | 0.95% | - |
HSV(B) | 240º | 0.02% | 0.95% | - |
XYZ | 82.64 | 86.55 | 97.15 | - |
YUV | 239.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 239 | 243 | 0.02 | 0.02 | 0 | 0.05 | 240 | 0.14 | 0.95 |
Hex | EF | EF | F3 | 2 | 2 | 0 | 5 | F0 | E | 5F |
Octal | 357 | 357 | 363 | 2 | 2 | 0 | 5 | 360 | 16 | 137 |
Binary | 11101111 | 11101111 | 11110011 | 10 | 10 | 0 | 101 | 11110000 | 1110 | 1011111 |
Color Harmonies of #EFEFF3
Complementary color
Monochromatic Colors of #EFEFF3
Black with #EFEFF3
Text Example
Text Example
White with #EFEFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFF3; }
p { color: rgb(239,239,243); }
H1.HeaderClassName
{
color: #EFEFF3;
}
.AnyTagClassName
{
color: #EFEFF3;
}
</style>
background-color css
<style>
a { background-color: #EFEFF3; }
a { background-color: rgb(239,239,243); }
div.DivClassName
{
background-color: #EFEFF3;
}
.BgClassName
{
background-color: #EFEFF3;
}
</style>
border-color css
<style>
span { border-color: #EFEFF3; }
span { border-color: rgb(239,239,243); }
td.TdClassName
{
border-color: #EFEFF3;
}
.TagClassName
{
border-color: #EFEFF3;
}
</style>