Html Css Color HEX #E1B9DA French Lilac

📋 copy color: '#E1B9DA'

red 225 ◦ green 185 ◦ blue 218

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

Shades of French Lilac #E1B9DA

Tints of French Lilac #E1B9DA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.46%

 BLUE value IS 218 (85.55% from 255) = 34.71%

R = 35.83%
G = 29.46%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E1B9DA (or 0xE1B9DA) is known color: French Lilac. HEX triplet: E1, B9 and DA. RGB value is (225,185,218). Sum of RGB (Red+Green+Blue) = 225+185+218=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 185 (72.66% from 255 or 29.46% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B9DA is #1E4625. Grayscale: #C8C8C8. Windows color (decimal): -1984038 or 14334433. OLE color: 14334433.

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

Color convert

RGB 225 185 218 -
CMYK 0 0.18 0.03 0.12
HSL 310.5º 0.4% 0.8% -
HSV(B) 310.5º 0.18% 0.88% -
XYZ 61.06 55.77 73.88 -
YUV 200.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 225 185 218 0 0.18 0.03 0.12 310.5 0.4 0.8
Hex E1 B9 DA 0 12 3 C 136 28 50
Octal 341 271 332 0 22 3 14 466 50 120
Binary 11100001 10111001 11011010 0 10010 11 1100 100110110 101000 1010000

Color Harmonies of #E1B9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B9DA

Black with #E1B9DA

Text Example


Text Example

White with #E1B9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B9DA; }

 p { color: rgb(225,185,218); }

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

background-color css

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

 a { background-color: rgb(225,185,218); }

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

border-color css

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

 span { border-color: rgb(225,185,218); }

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