Html Css Color HEX #E1B4DA French Lilac

📋 copy color: '#E1B4DA'

red 225 ◦ green 180 ◦ blue 218

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

Shades of French Lilac #E1B4DA

Tints of French Lilac #E1B4DA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.89%

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

R = 36.12%
G = 28.89%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E1B4DA (or 0xE1B4DA) is known color: French Lilac. HEX triplet: E1, B4 and DA. RGB value is (225,180,218). Sum of RGB (Red+Green+Blue) = 225+180+218=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4DA is #1E4B25. Grayscale: #C5C5C5. Windows color (decimal): -1985318 or 14333153. OLE color: 14333153.

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

Color convert

RGB 225 180 218 -
CMYK 0 0.2 0.03 0.12
HSL 309.33º 0.43% 0.79% -
HSV(B) 309.33º 0.2% 0.88% -
XYZ 60.03 53.71 73.53 -
YUV 197.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 225 180 218 0 0.2 0.03 0.12 309.33 0.43 0.79
Hex E1 B4 DA 0 14 3 C 135 2B 4F
Octal 341 264 332 0 24 3 14 465 53 117
Binary 11100001 10110100 11011010 0 10100 11 1100 100110101 101011 1001111

Color Harmonies of #E1B4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B4DA

Black with #E1B4DA

Text Example


Text Example

White with #E1B4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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