Shades of Lavender #EEEDFF
Tints of Lavender #EEEDFF
RGB
CMYK
RGB Variations
Color information
#EEEDFF (or 0xEEEDFF) is known color: Lavender. HEX triplet: EE, ED and FF. RGB value is (238,237,255). Sum of RGB (Red+Green+Blue) = 238+237+255=730 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.60% from 730); Green value is 237 (92.97% from 255 or 32.47% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEEDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEDFF is #111200. Grayscale: #EFEFEF. Windows color (decimal): -1118721 or 16772590. OLE color: 16772590.
HSL color Cylindrical-coordinate representation of color #EEEDFF: hue angle of 243.33º 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 #EEEDFF is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 237 | 255 | - |
| CMYK | 0.07 | 0.07 | 0 | 0 |
| HSL | 243.33º | 1% | 0.96% | - |
| HSV(B) | 243.33º | 0.07% | 1% | - |
| XYZ | 83.59 | 85.97 | 106.79 | - |
| YUV | 239.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 255 | 0.07 | 0.07 | 0 | 0 | 243.33 | 1 | 0.96 |
| Hex | EE | ED | FF | 7 | 7 | 0 | 0 | F3 | 64 | 60 |
| Octal | 356 | 355 | 377 | 7 | 7 | 0 | 0 | 363 | 144 | 140 |
| Binary | 11101110 | 11101101 | 11111111 | 111 | 111 | 0 | 0 | 11110011 | 1100100 | 1100000 |
Color Harmonies of #EEEDFF
Complementary color
Monochromatic Colors of #EEEDFF
Black with #EEEDFF
Text Example
Text Example
White with #EEEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDFF; }
p { color: rgb(238,237,255); }
H1.HeaderClassName
{
color: #EEEDFF;
}
.AnyTagClassName
{
color: #EEEDFF;
}
</style>
background-color css
<style>
a { background-color: #EEEDFF; }
a { background-color: rgb(238,237,255); }
div.DivClassName
{
background-color: #EEEDFF;
}
.BgClassName
{
background-color: #EEEDFF;
}
</style>
border-color css
<style>
span { border-color: #EEEDFF; }
span { border-color: rgb(238,237,255); }
td.TdClassName
{
border-color: #EEEDFF;
}
.TagClassName
{
border-color: #EEEDFF;
}
</style>