#E5DCF3

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

Shades of White Lilac #E5DCF3

Tints of White Lilac #E5DCF3

Color information

#E5DCF3 (or 0xE5DCF3) is unknown color: approx White Lilac. HEX triplet: E5, DC and F3. RGB value is (229,220,243). Sum of RGB (Red+Green+Blue) = 229+220+243=692 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.09% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5DCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCF3 is #1A230C. Grayscale: #E1E1E1. Windows color (decimal): -1712909 or 15981797. OLE color: 15981797.

HSL color Cylindrical-coordinate representation of color #E5DCF3: hue angle of 263.48º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5DCF3 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229220243-
CMYK0.060.0900.05
HSL263.48º48.94%90.78%-
HSV(B)263.48º9.47%95.29%-
XYZ74.0874.3295.23-
YUV225.31137.98130.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.09%
GREEN value IS 220 (86.33% from 255) = 31.79%
BLUE value IS 243 (95.31% from 255) = 35.12%
R=33.09%
G=31.79%
B=35.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292202430.060.0900.05263.4848.9490.78
HexE5DCF36905107315b
Octal3453343636110540761133
Binary111001011101110011110011110100101011000001111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DCF3; }

 p { color: rgb(229,220,243); }

 H1.HeaderClassName
 {
   color: #E5DCF3;
 }
 .AnyTagClassName
 {
   color: #E5DCF3;
 }
</style>
background-color css

<style>
 a { background-color: #E5DCF3; }

 a { background-color: rgb(229,220,243); }

 div.DivClassName
 {
   background-color: #E5DCF3;
 }
 .BgClassName
 {
   background-color: #E5DCF3;
 }
</style>
border-color css

<style>
 span { border-color: #E5DCF3; }

 span { border-color: rgb(229,220,243); }

 td.TdClassName
 {
   border-color: #E5DCF3;
 }
 .TagClassName
 {
   border-color: #E5DCF3;
 }
</style>