Shades of Lavender #EEEFFE
Tints of Lavender #EEEFFE
RGB
CMYK
RGB Variations
Color information
#EEEFFE (or 0xEEEFFE) is known color: Lavender. HEX triplet: EE, EF and FE. RGB value is (238,239,254). Sum of RGB (Red+Green+Blue) = 238+239+254=731 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.56% from 731); Green value is 239 (93.75% from 255 or 32.69% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEEFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEFFE is #111001. Grayscale: #F0F0F0. Windows color (decimal): -1118210 or 16707566. OLE color: 16707566.
HSL color Cylindrical-coordinate representation of color #EEEFFE: hue angle of 236.25º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEEFFE is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 239 | 254 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.00 |
| HSL | 236.25º | 0.89% | 0.96% | - |
| HSV(B) | 236.25º | 0.06% | 1% | - |
| XYZ | 84.02 | 87.07 | 106.14 | - |
| YUV | 240.41 | 135.67 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 239 | 254 | 0.06 | 0.06 | 0 | 0.00 | 236.25 | 0.89 | 0.96 |
| Hex | EE | EF | FE | 6 | 6 | 0 | 0 | EC | 59 | 60 |
| Octal | 356 | 357 | 376 | 6 | 6 | 0 | 0 | 354 | 131 | 140 |
| Binary | 11101110 | 11101111 | 11111110 | 110 | 110 | 0 | 0 | 11101100 | 1011001 | 1100000 |
Color Harmonies of #EEEFFE
Complementary color
Monochromatic Colors of #EEEFFE
Black with #EEEFFE
Text Example
Text Example
White with #EEEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEFFE; }
p { color: rgb(238,239,254); }
H1.HeaderClassName
{
color: #EEEFFE;
}
.AnyTagClassName
{
color: #EEEFFE;
}
</style>
background-color css
<style>
a { background-color: #EEEFFE; }
a { background-color: rgb(238,239,254); }
div.DivClassName
{
background-color: #EEEFFE;
}
.BgClassName
{
background-color: #EEEFFE;
}
</style>
border-color css
<style>
span { border-color: #EEEFFE; }
span { border-color: rgb(238,239,254); }
td.TdClassName
{
border-color: #EEEFFE;
}
.TagClassName
{
border-color: #EEEFFE;
}
</style>