Html Css Color HEX #E5DCF1 White Lilac

📋 copy color: '#E5DCF1'

red 229 ◦ green 220 ◦ blue 241

#E5DCF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Lilac #E5DCF1

Tints of White Lilac #E5DCF1

RGB

 RED value IS 229 (89.84% from 255) = 33.19%

 GREEN value IS 220 (86.33% from 255) = 31.88%

 BLUE value IS 241 (94.53% from 255) = 34.93%

R = 33.19%
G = 31.88%
B = 34.93%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E5DCF1 (or 0xE5DCF1) is known color: White Lilac. HEX triplet: E5, DC and F1. RGB value is (229,220,241). Sum of RGB (Red+Green+Blue) = 229+220+241=690 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.19% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5DCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCF1 is #1A230E. Grayscale: #E1E1E1. Windows color (decimal): -1712911 or 15850725. OLE color: 15850725.

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

Color convert

RGB 229 220 241 -
CMYK 0.05 0.09 0 0.05
HSL 265.71º 0.43% 0.9% -
HSV(B) 265.71º 0.09% 0.95% -
XYZ 73.78 74.2 93.65 -
YUV 225.09 136.98 130.79 -
System Red Green Blue C M Y K H S L
Decimal 229 220 241 0.05 0.09 0 0.05 265.71 0.43 0.9
Hex E5 DC F1 5 9 0 5 10A 2B 5A
Octal 345 334 361 5 11 0 5 412 53 132
Binary 11100101 11011100 11110001 101 1001 0 101 100001010 101011 1011010

Color Harmonies of #E5DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DCF1

Black with #E5DCF1

Text Example


Text Example

White with #E5DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DCF1; }

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

 H1.HeaderClassName
 {
   color: #E5DCF1;
 }
 .AnyTagClassName
 {
   color: #E5DCF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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