Html Css Color HEX #E1BEDC French Lilac

📋 copy color: '#E1BEDC'

red 225 ◦ green 190 ◦ blue 220

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

Shades of French Lilac #E1BEDC

Tints of French Lilac #E1BEDC

RGB

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

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

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

R = 35.43%
G = 29.92%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E1BEDC (or 0xE1BEDC) is known color: French Lilac. HEX triplet: E1, BE and DC. RGB value is (225,190,220). Sum of RGB (Red+Green+Blue) = 225+190+220=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BEDC is #1E4123. Grayscale: #CBCBCB. Windows color (decimal): -1982756 or 14466785. OLE color: 14466785.

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

Color convert

RGB 225 190 220 -
CMYK 0 0.16 0.02 0.12
HSL 308.57º 0.37% 0.81% -
HSV(B) 308.57º 0.16% 0.88% -
XYZ 62.38 58 75.62 -
YUV 203.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 225 190 220 0 0.16 0.02 0.12 308.57 0.37 0.81
Hex E1 BE DC 0 10 2 C 135 25 51
Octal 341 276 334 0 20 2 14 465 45 121
Binary 11100001 10111110 11011100 0 10000 10 1100 100110101 100101 1010001

Color Harmonies of #E1BEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BEDC

Black with #E1BEDC

Text Example


Text Example

White with #E1BEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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