Shades of White Lilac #EEDEFA
Tints of White Lilac #EEDEFA
RGB
CMYK
RGB Variations
Color information
#EEDEFA (or 0xEEDEFA) is known color: White Lilac. HEX triplet: EE, DE and FA. RGB value is (238,222,250). Sum of RGB (Red+Green+Blue) = 238+222+250=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 222 (87.11% from 255 or 31.27% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEDEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEFA is #112105. Grayscale: #E5E5E5. Windows color (decimal): -1122566 or 16441070. OLE color: 16441070.
HSL color Cylindrical-coordinate representation of color #EEDEFA: hue angle of 274.29º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEDEFA is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 222 | 250 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.02 |
| HSL | 274.29º | 0.74% | 0.93% | - |
| HSV(B) | 274.29º | 0.11% | 0.98% | - |
| XYZ | 78.64 | 77.32 | 101.22 | - |
| YUV | 229.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 250 | 0.05 | 0.11 | 0 | 0.02 | 274.29 | 0.74 | 0.93 |
| Hex | EE | DE | FA | 5 | B | 0 | 2 | 112 | 4A | 5D |
| Octal | 356 | 336 | 372 | 5 | 13 | 0 | 2 | 422 | 112 | 135 |
| Binary | 11101110 | 11011110 | 11111010 | 101 | 1011 | 0 | 10 | 100010010 | 1001010 | 1011101 |
Color Harmonies of #EEDEFA
Complementary color
Monochromatic Colors of #EEDEFA
Black with #EEDEFA
Text Example
Text Example
White with #EEDEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEFA; }
p { color: rgb(238,222,250); }
H1.HeaderClassName
{
color: #EEDEFA;
}
.AnyTagClassName
{
color: #EEDEFA;
}
</style>
background-color css
<style>
a { background-color: #EEDEFA; }
a { background-color: rgb(238,222,250); }
div.DivClassName
{
background-color: #EEDEFA;
}
.BgClassName
{
background-color: #EEDEFA;
}
</style>
border-color css
<style>
span { border-color: #EEDEFA; }
span { border-color: rgb(238,222,250); }
td.TdClassName
{
border-color: #EEDEFA;
}
.TagClassName
{
border-color: #EEDEFA;
}
</style>