Shades of White Lilac #EFDDFB
Tints of White Lilac #EFDDFB
RGB
CMYK
RGB Variations
Color information
#EFDDFB (or 0xEFDDFB) is known color: White Lilac. HEX triplet: EF, DD and FB. RGB value is (239,221,251). Sum of RGB (Red+Green+Blue) = 239+221+251=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 221 (86.72% from 255 or 31.08% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFDDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDFB is #102204. Grayscale: #E5E5E5. Windows color (decimal): -1057285 or 16506351. OLE color: 16506351.
HSL color Cylindrical-coordinate representation of color #EFDDFB: hue angle of 276º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFDDFB is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 239 | 221 | 251 | - |
CMYK | 0.05 | 0.12 | 0 | 0.02 |
HSL | 276º | 0.79% | 0.93% | - |
HSV(B) | 276º | 0.12% | 0.98% | - |
XYZ | 78.87 | 77.03 | 101.98 | - |
YUV | 229.8 | 139.96 | 134.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 221 | 251 | 0.05 | 0.12 | 0 | 0.02 | 276 | 0.79 | 0.93 |
Hex | EF | DD | FB | 5 | C | 0 | 2 | 114 | 4F | 5D |
Octal | 357 | 335 | 373 | 5 | 14 | 0 | 2 | 424 | 117 | 135 |
Binary | 11101111 | 11011101 | 11111011 | 101 | 1100 | 0 | 10 | 100010100 | 1001111 | 1011101 |
Color Harmonies of #EFDDFB
Complementary color
Monochromatic Colors of #EFDDFB
Black with #EFDDFB
Text Example
Text Example
White with #EFDDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDFB; }
p { color: rgb(239,221,251); }
H1.HeaderClassName
{
color: #EFDDFB;
}
.AnyTagClassName
{
color: #EFDDFB;
}
</style>
background-color css
<style>
a { background-color: #EFDDFB; }
a { background-color: rgb(239,221,251); }
div.DivClassName
{
background-color: #EFDDFB;
}
.BgClassName
{
background-color: #EFDDFB;
}
</style>
border-color css
<style>
span { border-color: #EFDDFB; }
span { border-color: rgb(239,221,251); }
td.TdClassName
{
border-color: #EFDDFB;
}
.TagClassName
{
border-color: #EFDDFB;
}
</style>