Html Css Color HEX #E1BADF French Lilac

📋 copy color: '#E1BADF'

red 225 ◦ green 186 ◦ blue 223

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

Shades of French Lilac #E1BADF

Tints of French Lilac #E1BADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.17%

R = 35.49%
G = 29.34%
B = 35.17%

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

#E1BADF (or 0xE1BADF) is known color: French Lilac. HEX triplet: E1, BA and DF. RGB value is (225,186,223). Sum of RGB (Red+Green+Blue) = 225+186+223=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BADF is #1E4520. Grayscale: #C9C9C9. Windows color (decimal): -1983777 or 14662369. OLE color: 14662369.

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

Color convert

RGB 225 186 223 -
CMYK 0 0.17 0.01 0.12
HSL 303.08º 0.39% 0.81% -
HSV(B) 303.08º 0.17% 0.88% -
XYZ 61.93 56.45 77.44 -
YUV 201.88 139.92 144.49 -
System Red Green Blue C M Y K H S L
Decimal 225 186 223 0 0.17 0.01 0.12 303.08 0.39 0.81
Hex E1 BA DF 0 11 1 C 12F 27 51
Octal 341 272 337 0 21 1 14 457 47 121
Binary 11100001 10111010 11011111 0 10001 1 1100 100101111 100111 1010001

Color Harmonies of #E1BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BADF

Black with #E1BADF

Text Example


Text Example

White with #E1BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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