Shades of White Lilac #E6DFEA
Tints of White Lilac #E6DFEA
RGB
CMYK
RGB Variations
Color information
#E6DFEA (or 0xE6DFEA) is known color: White Lilac. HEX triplet: E6, DF and EA. RGB value is (230,223,234). Sum of RGB (Red+Green+Blue) = 230+223+234=687 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.48% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6DFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DFEA is #192015. Grayscale: #E2E2E2. Windows color (decimal): -1646614 or 15392742. OLE color: 15392742.
HSL color Cylindrical-coordinate representation of color #E6DFEA: hue angle of 278.18º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6DFEA is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 230 | 223 | 234 | - |
CMYK | 0.02 | 0.05 | 0 | 0.08 |
HSL | 278.18º | 0.21% | 0.9% | - |
HSV(B) | 278.18º | 0.05% | 0.92% | - |
XYZ | 73.87 | 75.54 | 88.53 | - |
YUV | 226.35 | 132.32 | 130.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 223 | 234 | 0.02 | 0.05 | 0 | 0.08 | 278.18 | 0.21 | 0.9 |
Hex | E6 | DF | EA | 2 | 5 | 0 | 8 | 116 | 15 | 5A |
Octal | 346 | 337 | 352 | 2 | 5 | 0 | 10 | 426 | 25 | 132 |
Binary | 11100110 | 11011111 | 11101010 | 10 | 101 | 0 | 1000 | 100010110 | 10101 | 1011010 |
Color Harmonies of #E6DFEA
Complementary color
Monochromatic Colors of #E6DFEA
Black with #E6DFEA
Text Example
Text Example
White with #E6DFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DFEA; }
p { color: rgb(230,223,234); }
H1.HeaderClassName
{
color: #E6DFEA;
}
.AnyTagClassName
{
color: #E6DFEA;
}
</style>
background-color css
<style>
a { background-color: #E6DFEA; }
a { background-color: rgb(230,223,234); }
div.DivClassName
{
background-color: #E6DFEA;
}
.BgClassName
{
background-color: #E6DFEA;
}
</style>
border-color css
<style>
span { border-color: #E6DFEA; }
span { border-color: rgb(230,223,234); }
td.TdClassName
{
border-color: #E6DFEA;
}
.TagClassName
{
border-color: #E6DFEA;
}
</style>