Shades of White Lilac #EFDEF7
Tints of White Lilac #EFDEF7
RGB
CMYK
RGB Variations
Color information
#EFDEF7 (or 0xEFDEF7) is known color: White Lilac. HEX triplet: EF, DE and F7. RGB value is (239,222,247). Sum of RGB (Red+Green+Blue) = 239+222+247=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 222 (87.11% from 255 or 31.36% from 708); Blue value is 247 (96.88% from 255 or 34.89% from 708); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFDEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEF7 is #102108. Grayscale: #E5E5E5. Windows color (decimal): -1057033 or 16244463. OLE color: 16244463.
HSL color Cylindrical-coordinate representation of color #EFDEF7: hue angle of 280.8º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFDEF7 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 239 | 222 | 247 | - |
CMYK | 0.03 | 0.10 | 0 | 0.03 |
HSL | 280.8º | 0.61% | 0.92% | - |
HSV(B) | 280.8º | 0.1% | 0.97% | - |
XYZ | 78.51 | 77.31 | 98.78 | - |
YUV | 229.93 | 137.63 | 134.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 222 | 247 | 0.03 | 0.10 | 0 | 0.03 | 280.8 | 0.61 | 0.92 |
Hex | EF | DE | F7 | 3 | A | 0 | 3 | 119 | 3D | 5C |
Octal | 357 | 336 | 367 | 3 | 12 | 0 | 3 | 431 | 75 | 134 |
Binary | 11101111 | 11011110 | 11110111 | 11 | 1010 | 0 | 11 | 100011001 | 111101 | 1011100 |
Color Harmonies of #EFDEF7
Complementary color
Monochromatic Colors of #EFDEF7
Black with #EFDEF7
Text Example
Text Example
White with #EFDEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEF7; }
p { color: rgb(239,222,247); }
H1.HeaderClassName
{
color: #EFDEF7;
}
.AnyTagClassName
{
color: #EFDEF7;
}
</style>
background-color css
<style>
a { background-color: #EFDEF7; }
a { background-color: rgb(239,222,247); }
div.DivClassName
{
background-color: #EFDEF7;
}
.BgClassName
{
background-color: #EFDEF7;
}
</style>
border-color css
<style>
span { border-color: #EFDEF7; }
span { border-color: rgb(239,222,247); }
td.TdClassName
{
border-color: #EFDEF7;
}
.TagClassName
{
border-color: #EFDEF7;
}
</style>