Shades of White Lilac #EFDEF5
Tints of White Lilac #EFDEF5
RGB
CMYK
RGB Variations
Color information
#EFDEF5 (or 0xEFDEF5) is known color: White Lilac. HEX triplet: EF, DE and F5. RGB value is (239,222,245). Sum of RGB (Red+Green+Blue) = 239+222+245=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 222 (87.11% from 255 or 31.44% from 706); Blue value is 245 (96.09% from 255 or 34.70% from 706); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFDEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEF5 is #10210A. Grayscale: #E5E5E5. Windows color (decimal): -1057035 or 16113391. OLE color: 16113391.
HSL color Cylindrical-coordinate representation of color #EFDEF5: hue angle of 284.35º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDEF5 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 222 | 245 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.04 |
| HSL | 284.35º | 0.53% | 0.92% | - |
| HSV(B) | 284.35º | 0.09% | 0.96% | - |
| XYZ | 78.2 | 77.19 | 97.16 | - |
| YUV | 229.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 245 | 0.02 | 0.09 | 0 | 0.04 | 284.35 | 0.53 | 0.92 |
| Hex | EF | DE | F5 | 2 | 9 | 0 | 4 | 11C | 35 | 5C |
| Octal | 357 | 336 | 365 | 2 | 11 | 0 | 4 | 434 | 65 | 134 |
| Binary | 11101111 | 11011110 | 11110101 | 10 | 1001 | 0 | 100 | 100011100 | 110101 | 1011100 |
Color Harmonies of #EFDEF5
Complementary color
Monochromatic Colors of #EFDEF5
Black with #EFDEF5
Text Example
Text Example
White with #EFDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEF5; }
p { color: rgb(239,222,245); }
H1.HeaderClassName
{
color: #EFDEF5;
}
.AnyTagClassName
{
color: #EFDEF5;
}
</style>
background-color css
<style>
a { background-color: #EFDEF5; }
a { background-color: rgb(239,222,245); }
div.DivClassName
{
background-color: #EFDEF5;
}
.BgClassName
{
background-color: #EFDEF5;
}
</style>
border-color css
<style>
span { border-color: #EFDEF5; }
span { border-color: rgb(239,222,245); }
td.TdClassName
{
border-color: #EFDEF5;
}
.TagClassName
{
border-color: #EFDEF5;
}
</style>