Shades of Lavender #EEECFF
Tints of Lavender #EEECFF
RGB
CMYK
RGB Variations
Color information
#EEECFF (or 0xEEECFF) is known color: Lavender. HEX triplet: EE, EC and FF. RGB value is (238,236,255). Sum of RGB (Red+Green+Blue) = 238+236+255=729 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.65% from 729); Green value is 236 (92.58% from 255 or 32.37% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEECFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEECFF is #111300. Grayscale: #EEEEEE. Windows color (decimal): -1118977 or 16772334. OLE color: 16772334.
HSL color Cylindrical-coordinate representation of color #EEECFF: hue angle of 246.32º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEECFF is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 236 | 255 | - |
| CMYK | 0.07 | 0.07 | 0 | 0 |
| HSL | 246.32º | 1% | 0.96% | - |
| HSV(B) | 246.32º | 0.07% | 1% | - |
| XYZ | 83.31 | 85.39 | 106.7 | - |
| YUV | 238.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 236 | 255 | 0.07 | 0.07 | 0 | 0 | 246.32 | 1 | 0.96 |
| Hex | EE | EC | FF | 7 | 7 | 0 | 0 | F6 | 64 | 60 |
| Octal | 356 | 354 | 377 | 7 | 7 | 0 | 0 | 366 | 144 | 140 |
| Binary | 11101110 | 11101100 | 11111111 | 111 | 111 | 0 | 0 | 11110110 | 1100100 | 1100000 |
Color Harmonies of #EEECFF
Complementary color
Monochromatic Colors of #EEECFF
Black with #EEECFF
Text Example
Text Example
White with #EEECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEECFF; }
p { color: rgb(238,236,255); }
H1.HeaderClassName
{
color: #EEECFF;
}
.AnyTagClassName
{
color: #EEECFF;
}
</style>
background-color css
<style>
a { background-color: #EEECFF; }
a { background-color: rgb(238,236,255); }
div.DivClassName
{
background-color: #EEECFF;
}
.BgClassName
{
background-color: #EEECFF;
}
</style>
border-color css
<style>
span { border-color: #EEECFF; }
span { border-color: rgb(238,236,255); }
td.TdClassName
{
border-color: #EEECFF;
}
.TagClassName
{
border-color: #EEECFF;
}
</style>