#E6DFEA

Color #E6DFEA White Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Lilac #E6DFEA

Tints of White Lilac #E6DFEA

Color information

#E6DFEA (or 0xE6DFEA) is unknown color: approx 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

RGB230223234-
CMYK0.020.0500.08
HSL278.18º20.75%89.61%-
HSV(B)278.18º4.7%91.76%-
XYZ73.8775.5488.53-
YUV226.35132.32130.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 33.48%
GREEN value IS 223 (87.5% from 255) = 32.46%
BLUE value IS 234 (91.80% from 255) = 34.06%
R=33.48%
G=32.46%
B=34.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2302232340.020.0500.08278.1820.7589.61
HexE6DFEA2508116155a
Octal3463373522501042625132
Binary1110011011011111111010101010101000100010110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>