Shades of White Lilac #E6DFEB
Tints of White Lilac #E6DFEB
RGB
CMYK
RGB Variations
Color information
#E6DFEB (or 0xE6DFEB) is known color: White Lilac. HEX triplet: E6, DF and EB. RGB value is (230,223,235). Sum of RGB (Red+Green+Blue) = 230+223+235=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6DFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DFEB is #192014. Grayscale: #E2E2E2. Windows color (decimal): -1646613 or 15458278. OLE color: 15458278.
HSL color Cylindrical-coordinate representation of color #E6DFEB: hue angle of 275º degrees, saturation: 0.23, 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 #E6DFEB is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 230 | 223 | 235 | - |
CMYK | 0.02 | 0.05 | 0 | 0.08 |
HSL | 275º | 0.23% | 0.9% | - |
HSV(B) | 275º | 0.05% | 0.92% | - |
XYZ | 74.02 | 75.6 | 89.29 | - |
YUV | 226.46 | 132.82 | 130.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 223 | 235 | 0.02 | 0.05 | 0 | 0.08 | 275 | 0.23 | 0.9 |
Hex | E6 | DF | EB | 2 | 5 | 0 | 8 | 113 | 17 | 5A |
Octal | 346 | 337 | 353 | 2 | 5 | 0 | 10 | 423 | 27 | 132 |
Binary | 11100110 | 11011111 | 11101011 | 10 | 101 | 0 | 1000 | 100010011 | 10111 | 1011010 |
Color Harmonies of #E6DFEB
Complementary color
Monochromatic Colors of #E6DFEB
Black with #E6DFEB
Text Example
Text Example
White with #E6DFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DFEB; }
p { color: rgb(230,223,235); }
H1.HeaderClassName
{
color: #E6DFEB;
}
.AnyTagClassName
{
color: #E6DFEB;
}
</style>
background-color css
<style>
a { background-color: #E6DFEB; }
a { background-color: rgb(230,223,235); }
div.DivClassName
{
background-color: #E6DFEB;
}
.BgClassName
{
background-color: #E6DFEB;
}
</style>
border-color css
<style>
span { border-color: #E6DFEB; }
span { border-color: rgb(230,223,235); }
td.TdClassName
{
border-color: #E6DFEB;
}
.TagClassName
{
border-color: #E6DFEB;
}
</style>