Html Css Color HEX #E1BADC French Lilac

📋 copy color: '#E1BADC'

red 225 ◦ green 186 ◦ blue 220

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

Shades of French Lilac #E1BADC

Tints of French Lilac #E1BADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.87%

R = 35.66%
G = 29.48%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E1BADC (or 0xE1BADC) is known color: French Lilac. HEX triplet: E1, BA and DC. RGB value is (225,186,220). Sum of RGB (Red+Green+Blue) = 225+186+220=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BADC is #1E4523. Grayscale: #C9C9C9. Windows color (decimal): -1983780 or 14465761. OLE color: 14465761.

HSL color Cylindrical-coordinate representation of color #E1BADC: hue angle of 307.69º 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 #E1BADC is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 186 220 -
CMYK 0 0.17 0.02 0.12
HSL 307.69º 0.39% 0.81% -
HSV(B) 307.69º 0.17% 0.88% -
XYZ 61.53 56.29 75.33 -
YUV 201.54 138.42 144.74 -
System Red Green Blue C M Y K H S L
Decimal 225 186 220 0 0.17 0.02 0.12 307.69 0.39 0.81
Hex E1 BA DC 0 11 2 C 134 27 51
Octal 341 272 334 0 21 2 14 464 47 121
Binary 11100001 10111010 11011100 0 10001 10 1100 100110100 100111 1010001

Color Harmonies of #E1BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BADC

Black with #E1BADC

Text Example


Text Example

White with #E1BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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