Shades of Lavender #EFEFF5
Tints of Lavender #EFEFF5
RGB
CMYK
RGB Variations
Color information
#EFEFF5 (or 0xEFEFF5) is known color: Lavender. HEX triplet: EF, EF and F5. RGB value is (239,239,245). Sum of RGB (Red+Green+Blue) = 239+239+245=723 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.06% from 723); Green value is 239 (93.75% from 255 or 33.06% from 723); Blue value is 245 (96.09% from 255 or 33.89% from 723); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFEFF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFF5 is #10100A. Grayscale: #EFEFEF. Windows color (decimal): -1052683 or 16117743. OLE color: 16117743.
HSL color Cylindrical-coordinate representation of color #EFEFF5: hue angle of 240º degrees, saturation: 0.23, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFEFF5 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 239 | 245 | - |
CMYK | 0.02 | 0.02 | 0 | 0.04 |
HSL | 240º | 0.23% | 0.95% | - |
HSV(B) | 240º | 0.02% | 0.96% | - |
XYZ | 82.94 | 86.68 | 98.74 | - |
YUV | 239.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 239 | 245 | 0.02 | 0.02 | 0 | 0.04 | 240 | 0.23 | 0.95 |
Hex | EF | EF | F5 | 2 | 2 | 0 | 4 | F0 | 17 | 5F |
Octal | 357 | 357 | 365 | 2 | 2 | 0 | 4 | 360 | 27 | 137 |
Binary | 11101111 | 11101111 | 11110101 | 10 | 10 | 0 | 100 | 11110000 | 10111 | 1011111 |
Color Harmonies of #EFEFF5
Complementary color
Monochromatic Colors of #EFEFF5
Black with #EFEFF5
Text Example
Text Example
White with #EFEFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFF5; }
p { color: rgb(239,239,245); }
H1.HeaderClassName
{
color: #EFEFF5;
}
.AnyTagClassName
{
color: #EFEFF5;
}
</style>
background-color css
<style>
a { background-color: #EFEFF5; }
a { background-color: rgb(239,239,245); }
div.DivClassName
{
background-color: #EFEFF5;
}
.BgClassName
{
background-color: #EFEFF5;
}
</style>
border-color css
<style>
span { border-color: #EFEFF5; }
span { border-color: rgb(239,239,245); }
td.TdClassName
{
border-color: #EFEFF5;
}
.TagClassName
{
border-color: #EFEFF5;
}
</style>