Shades of White Lilac #E6DFEF
Tints of White Lilac #E6DFEF
RGB
CMYK
RGB Variations
Color information
#E6DFEF (or 0xE6DFEF) is known color: White Lilac. HEX triplet: E6, DF and EF. RGB value is (230,223,239). Sum of RGB (Red+Green+Blue) = 230+223+239=692 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.24% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6DFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DFEF is #192010. Grayscale: #E2E2E2. Windows color (decimal): -1646609 or 15720422. OLE color: 15720422.
HSL color Cylindrical-coordinate representation of color #E6DFEF: hue angle of 266.25º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E6DFEF is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 223 | 239 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.06 |
| HSL | 266.25º | 0.33% | 0.91% | - |
| HSV(B) | 266.25º | 0.07% | 0.94% | - |
| XYZ | 74.6 | 75.83 | 92.37 | - |
| YUV | 226.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 239 | 0.04 | 0.07 | 0 | 0.06 | 266.25 | 0.33 | 0.91 |
| Hex | E6 | DF | EF | 4 | 7 | 0 | 6 | 10A | 21 | 5B |
| Octal | 346 | 337 | 357 | 4 | 7 | 0 | 6 | 412 | 41 | 133 |
| Binary | 11100110 | 11011111 | 11101111 | 100 | 111 | 0 | 110 | 100001010 | 100001 | 1011011 |
Color Harmonies of #E6DFEF
Complementary color
Monochromatic Colors of #E6DFEF
Black with #E6DFEF
Text Example
Text Example
White with #E6DFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DFEF; }
p { color: rgb(230,223,239); }
H1.HeaderClassName
{
color: #E6DFEF;
}
.AnyTagClassName
{
color: #E6DFEF;
}
</style>
background-color css
<style>
a { background-color: #E6DFEF; }
a { background-color: rgb(230,223,239); }
div.DivClassName
{
background-color: #E6DFEF;
}
.BgClassName
{
background-color: #E6DFEF;
}
</style>
border-color css
<style>
span { border-color: #E6DFEF; }
span { border-color: rgb(230,223,239); }
td.TdClassName
{
border-color: #E6DFEF;
}
.TagClassName
{
border-color: #E6DFEF;
}
</style>