Shades of White Lilac #EFDDFE
Tints of White Lilac #EFDDFE
RGB
CMYK
RGB Variations
Color information
#EFDDFE (or 0xEFDDFE) is known color: White Lilac. HEX triplet: EF, DD and FE. RGB value is (239,221,254). Sum of RGB (Red+Green+Blue) = 239+221+254=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 221 (86.72% from 255 or 30.95% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFDDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDFE is #102201. Grayscale: #E6E6E6. Windows color (decimal): -1057282 or 16702959. OLE color: 16702959.
HSL color Cylindrical-coordinate representation of color #EFDDFE: hue angle of 272.73º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFDDFE is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 221 | 254 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.00 |
| HSL | 272.73º | 0.94% | 0.93% | - |
| HSV(B) | 272.73º | 0.13% | 1% | - |
| XYZ | 79.34 | 77.22 | 104.49 | - |
| YUV | 230.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 254 | 0.06 | 0.13 | 0 | 0.00 | 272.73 | 0.94 | 0.93 |
| Hex | EF | DD | FE | 6 | D | 0 | 0 | 111 | 5E | 5D |
| Octal | 357 | 335 | 376 | 6 | 15 | 0 | 0 | 421 | 136 | 135 |
| Binary | 11101111 | 11011101 | 11111110 | 110 | 1101 | 0 | 0 | 100010001 | 1011110 | 1011101 |
Color Harmonies of #EFDDFE
Complementary color
Monochromatic Colors of #EFDDFE
Black with #EFDDFE
Text Example
Text Example
White with #EFDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDFE; }
p { color: rgb(239,221,254); }
H1.HeaderClassName
{
color: #EFDDFE;
}
.AnyTagClassName
{
color: #EFDDFE;
}
</style>
background-color css
<style>
a { background-color: #EFDDFE; }
a { background-color: rgb(239,221,254); }
div.DivClassName
{
background-color: #EFDDFE;
}
.BgClassName
{
background-color: #EFDDFE;
}
</style>
border-color css
<style>
span { border-color: #EFDDFE; }
span { border-color: rgb(239,221,254); }
td.TdClassName
{
border-color: #EFDDFE;
}
.TagClassName
{
border-color: #EFDDFE;
}
</style>