Html Css Color HEX #E1BEDB French Lilac

📋 copy color: '#E1BEDB'

red 225 ◦ green 190 ◦ blue 219

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

Shades of French Lilac #E1BEDB

Tints of French Lilac #E1BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.97%

 BLUE value IS 219 (85.94% from 255) = 34.54%

R = 35.49%
G = 29.97%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E1BEDB (or 0xE1BEDB) is known color: French Lilac. HEX triplet: E1, BE and DB. RGB value is (225,190,219). Sum of RGB (Red+Green+Blue) = 225+190+219=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BEDB is #1E4124. Grayscale: #CBCBCB. Windows color (decimal): -1982757 or 14401249. OLE color: 14401249.

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

Color convert

RGB 225 190 219 -
CMYK 0 0.16 0.03 0.12
HSL 310.29º 0.37% 0.81% -
HSV(B) 310.29º 0.16% 0.88% -
XYZ 62.25 57.95 74.92 -
YUV 203.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 225 190 219 0 0.16 0.03 0.12 310.29 0.37 0.81
Hex E1 BE DB 0 10 3 C 136 25 51
Octal 341 276 333 0 20 3 14 466 45 121
Binary 11100001 10111110 11011011 0 10000 11 1100 100110110 100101 1010001

Color Harmonies of #E1BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BEDB

Black with #E1BEDB

Text Example


Text Example

White with #E1BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BEDB; }

 p { color: rgb(225,190,219); }

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

background-color css

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

 a { background-color: rgb(225,190,219); }

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

border-color css

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

 span { border-color: rgb(225,190,219); }

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