Html Css Color HEX #E1BED8 French Lilac

📋 copy color: '#E1BED8'

red 225 ◦ green 190 ◦ blue 216

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

Shades of French Lilac #E1BED8

Tints of French Lilac #E1BED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.23%

R = 35.66%
G = 30.11%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E1BED8 (or 0xE1BED8) is known color: French Lilac. HEX triplet: E1, BE and D8. RGB value is (225,190,216). Sum of RGB (Red+Green+Blue) = 225+190+216=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BED8 is #1E4127. Grayscale: #CBCBCB. Windows color (decimal): -1982760 or 14204641. OLE color: 14204641.

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

Color convert

RGB 225 190 216 -
CMYK 0 0.16 0.04 0.12
HSL 315.43º 0.37% 0.81% -
HSV(B) 315.43º 0.16% 0.88% -
XYZ 61.86 57.79 72.86 -
YUV 203.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 225 190 216 0 0.16 0.04 0.12 315.43 0.37 0.81
Hex E1 BE D8 0 10 4 C 13B 25 51
Octal 341 276 330 0 20 4 14 473 45 121
Binary 11100001 10111110 11011000 0 10000 100 1100 100111011 100101 1010001

Color Harmonies of #E1BED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BED8

Black with #E1BED8

Text Example


Text Example

White with #E1BED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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