Shades of Lavender #EFEFF0
Tints of Lavender #EFEFF0
RGB
CMYK
RGB Variations
Color information
#EFEFF0 (or 0xEFEFF0) is known color: Lavender. HEX triplet: EF, EF and F0. RGB value is (239,239,240). Sum of RGB (Red+Green+Blue) = 239+239+240=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 239 (93.75% from 255 or 33.29% from 718); Blue value is 240 (94.14% from 255 or 33.43% from 718); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFEFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFF0 is #10100F. Grayscale: #EFEFEF. Windows color (decimal): -1052688 or 15790063. OLE color: 15790063.
HSL color Cylindrical-coordinate representation of color #EFEFF0: hue angle of 240º degrees, saturation: 0.03, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0%. Process color model (Four color, CMYK) of #EFEFF0 is Cyan = 0.00, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 239 | 240 | - |
CMYK | 0.00 | 0.00 | 0 | 0.06 |
HSL | 240º | 0.03% | 0.94% | - |
HSV(B) | 240º | 0% | 0.94% | - |
XYZ | 82.19 | 86.38 | 94.78 | - |
YUV | 239.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 239 | 240 | 0.00 | 0.00 | 0 | 0.06 | 240 | 0.03 | 0.94 |
Hex | EF | EF | F0 | 0 | 0 | 0 | 6 | F0 | 3 | 5E |
Octal | 357 | 357 | 360 | 0 | 0 | 0 | 6 | 360 | 3 | 136 |
Binary | 11101111 | 11101111 | 11110000 | 0 | 0 | 0 | 110 | 11110000 | 11 | 1011110 |
Color Harmonies of #EFEFF0
Complementary color
Monochromatic Colors of #EFEFF0
Black with #EFEFF0
Text Example
Text Example
White with #EFEFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFF0; }
p { color: rgb(239,239,240); }
H1.HeaderClassName
{
color: #EFEFF0;
}
.AnyTagClassName
{
color: #EFEFF0;
}
</style>
background-color css
<style>
a { background-color: #EFEFF0; }
a { background-color: rgb(239,239,240); }
div.DivClassName
{
background-color: #EFEFF0;
}
.BgClassName
{
background-color: #EFEFF0;
}
</style>
border-color css
<style>
span { border-color: #EFEFF0; }
span { border-color: rgb(239,239,240); }
td.TdClassName
{
border-color: #EFEFF0;
}
.TagClassName
{
border-color: #EFEFF0;
}
</style>