Shades of White Lilac #EFDDF8
Tints of White Lilac #EFDDF8
RGB
CMYK
RGB Variations
Color information
#EFDDF8 (or 0xEFDDF8) is known color: White Lilac. HEX triplet: EF, DD and F8. RGB value is (239,221,248). Sum of RGB (Red+Green+Blue) = 239+221+248=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 221 (86.72% from 255 or 31.21% from 708); Blue value is 248 (97.27% from 255 or 35.03% from 708); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFDDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDF8 is #102207. Grayscale: #E5E5E5. Windows color (decimal): -1057288 or 16309743. OLE color: 16309743.
HSL color Cylindrical-coordinate representation of color #EFDDF8: hue angle of 280º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFDDF8 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 221 | 248 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.03 |
| HSL | 280º | 0.66% | 0.92% | - |
| HSV(B) | 280º | 0.11% | 0.97% | - |
| XYZ | 78.4 | 76.84 | 99.51 | - |
| YUV | 229.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 248 | 0.04 | 0.11 | 0 | 0.03 | 280 | 0.66 | 0.92 |
| Hex | EF | DD | F8 | 4 | B | 0 | 3 | 118 | 42 | 5C |
| Octal | 357 | 335 | 370 | 4 | 13 | 0 | 3 | 430 | 102 | 134 |
| Binary | 11101111 | 11011101 | 11111000 | 100 | 1011 | 0 | 11 | 100011000 | 1000010 | 1011100 |
Color Harmonies of #EFDDF8
Complementary color
Monochromatic Colors of #EFDDF8
Black with #EFDDF8
Text Example
Text Example
White with #EFDDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDF8; }
p { color: rgb(239,221,248); }
H1.HeaderClassName
{
color: #EFDDF8;
}
.AnyTagClassName
{
color: #EFDDF8;
}
</style>
background-color css
<style>
a { background-color: #EFDDF8; }
a { background-color: rgb(239,221,248); }
div.DivClassName
{
background-color: #EFDDF8;
}
.BgClassName
{
background-color: #EFDDF8;
}
</style>
border-color css
<style>
span { border-color: #EFDDF8; }
span { border-color: rgb(239,221,248); }
td.TdClassName
{
border-color: #EFDDF8;
}
.TagClassName
{
border-color: #EFDDF8;
}
</style>