Shades of Lavender #EFEEF5
Tints of Lavender #EFEEF5
RGB
CMYK
RGB Variations
Color information
#EFEEF5 (or 0xEFEEF5) is known color: Lavender. HEX triplet: EF, EE and F5. RGB value is (239,238,245). Sum of RGB (Red+Green+Blue) = 239+238+245=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 238 (93.36% from 255 or 32.96% from 722); Blue value is 245 (96.09% from 255 or 33.93% from 722); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFEEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEF5 is #10110A. Grayscale: #EFEFEF. Windows color (decimal): -1052939 or 16117487. OLE color: 16117487.
HSL color Cylindrical-coordinate representation of color #EFEEF5: hue angle of 248.57º degrees, saturation: 0.26, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFEEF5 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 238 | 245 | - |
CMYK | 0.02 | 0.03 | 0 | 0.04 |
HSL | 248.57º | 0.26% | 0.95% | - |
HSV(B) | 248.57º | 0.03% | 0.96% | - |
XYZ | 82.65 | 86.09 | 98.65 | - |
YUV | 239.1 | 131.33 | 127.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 238 | 245 | 0.02 | 0.03 | 0 | 0.04 | 248.57 | 0.26 | 0.95 |
Hex | EF | EE | F5 | 2 | 3 | 0 | 4 | F9 | 1A | 5F |
Octal | 357 | 356 | 365 | 2 | 3 | 0 | 4 | 371 | 32 | 137 |
Binary | 11101111 | 11101110 | 11110101 | 10 | 11 | 0 | 100 | 11111001 | 11010 | 1011111 |
Color Harmonies of #EFEEF5
Complementary color
Monochromatic Colors of #EFEEF5
Black with #EFEEF5
Text Example
Text Example
White with #EFEEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEF5; }
p { color: rgb(239,238,245); }
H1.HeaderClassName
{
color: #EFEEF5;
}
.AnyTagClassName
{
color: #EFEEF5;
}
</style>
background-color css
<style>
a { background-color: #EFEEF5; }
a { background-color: rgb(239,238,245); }
div.DivClassName
{
background-color: #EFEEF5;
}
.BgClassName
{
background-color: #EFEEF5;
}
</style>
border-color css
<style>
span { border-color: #EFEEF5; }
span { border-color: rgb(239,238,245); }
td.TdClassName
{
border-color: #EFEEF5;
}
.TagClassName
{
border-color: #EFEEF5;
}
</style>