Html Css Color HEX #E1BADE French Lilac

📋 copy color: '#E1BADE'

red 225 ◦ green 186 ◦ blue 222

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

Shades of French Lilac #E1BADE

Tints of French Lilac #E1BADE

RGB

 RED value IS 225 (88.28% from 255) = 35.55%

 GREEN value IS 186 (73.05% from 255) = 29.38%

 BLUE value IS 222 (87.11% from 255) = 35.07%

R = 35.55%
G = 29.38%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1BADE (or 0xE1BADE) is known color: French Lilac. HEX triplet: E1, BA and DE. RGB value is (225,186,222). Sum of RGB (Red+Green+Blue) = 225+186+222=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BADE is #1E4521. Grayscale: #C9C9C9. Windows color (decimal): -1983778 or 14596833. OLE color: 14596833.

HSL color Cylindrical-coordinate representation of color #E1BADE: hue angle of 304.62º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BADE is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 186 222 -
CMYK 0 0.17 0.01 0.12
HSL 304.62º 0.39% 0.81% -
HSV(B) 304.62º 0.17% 0.88% -
XYZ 61.8 56.4 76.74 -
YUV 201.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 225 186 222 0 0.17 0.01 0.12 304.62 0.39 0.81
Hex E1 BA DE 0 11 1 C 131 27 51
Octal 341 272 336 0 21 1 14 461 47 121
Binary 11100001 10111010 11011110 0 10001 1 1100 100110001 100111 1010001

Color Harmonies of #E1BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BADE

Black with #E1BADE

Text Example


Text Example

White with #E1BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BADE; }

 p { color: rgb(225,186,222); }

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

background-color css

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

 a { background-color: rgb(225,186,222); }

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

border-color css

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

 span { border-color: rgb(225,186,222); }

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