Shades of Lavender #EEEEF5
Tints of Lavender #EEEEF5
RGB
CMYK
RGB Variations
Color information
#EEEEF5 (or 0xEEEEF5) is known color: Lavender. HEX triplet: EE, EE and F5. RGB value is (238,238,245). Sum of RGB (Red+Green+Blue) = 238+238+245=721 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.01% from 721); Green value is 238 (93.36% from 255 or 33.01% from 721); Blue value is 245 (96.09% from 255 or 33.98% from 721); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEEEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEEF5 is #11110A. Grayscale: #EEEEEE. Windows color (decimal): -1118475 or 16117486. OLE color: 16117486.
HSL color Cylindrical-coordinate representation of color #EEEEF5: hue angle of 240º 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 #EEEEF5 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 238 | 238 | 245 | - |
CMYK | 0.03 | 0.03 | 0 | 0.04 |
HSL | 240º | 0.26% | 0.95% | - |
HSV(B) | 240º | 0.03% | 0.96% | - |
XYZ | 82.32 | 85.92 | 98.63 | - |
YUV | 238.8 | 131.5 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 238 | 245 | 0.03 | 0.03 | 0 | 0.04 | 240 | 0.26 | 0.95 |
Hex | EE | EE | F5 | 3 | 3 | 0 | 4 | F0 | 1A | 5F |
Octal | 356 | 356 | 365 | 3 | 3 | 0 | 4 | 360 | 32 | 137 |
Binary | 11101110 | 11101110 | 11110101 | 11 | 11 | 0 | 100 | 11110000 | 11010 | 1011111 |
Color Harmonies of #EEEEF5
Complementary color
Monochromatic Colors of #EEEEF5
Black with #EEEEF5
Text Example
Text Example
White with #EEEEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEEF5; }
p { color: rgb(238,238,245); }
H1.HeaderClassName
{
color: #EEEEF5;
}
.AnyTagClassName
{
color: #EEEEF5;
}
</style>
background-color css
<style>
a { background-color: #EEEEF5; }
a { background-color: rgb(238,238,245); }
div.DivClassName
{
background-color: #EEEEF5;
}
.BgClassName
{
background-color: #EEEEF5;
}
</style>
border-color css
<style>
span { border-color: #EEEEF5; }
span { border-color: rgb(238,238,245); }
td.TdClassName
{
border-color: #EEEEF5;
}
.TagClassName
{
border-color: #EEEEF5;
}
</style>