Html Css Color HEX #E1BFDA French Lilac

📋 copy color: '#E1BFDA'

red 225 ◦ green 191 ◦ blue 218

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

Shades of French Lilac #E1BFDA

Tints of French Lilac #E1BFDA

RGB

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

 GREEN value IS 191 (75% from 255) = 30.13%

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

R = 35.49%
G = 30.13%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E1BFDA (or 0xE1BFDA) is known color: French Lilac. HEX triplet: E1, BF and DA. RGB value is (225,191,218). Sum of RGB (Red+Green+Blue) = 225+191+218=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFDA is #1E4025. Grayscale: #CCCCCC. Windows color (decimal): -1982502 or 14335969. OLE color: 14335969.

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

Color convert

RGB 225 191 218 -
CMYK 0 0.15 0.03 0.12
HSL 312.35º 0.36% 0.82% -
HSV(B) 312.35º 0.15% 0.88% -
XYZ 62.34 58.33 74.3 -
YUV 204.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 225 191 218 0 0.15 0.03 0.12 312.35 0.36 0.82
Hex E1 BF DA 0 F 3 C 138 24 52
Octal 341 277 332 0 17 3 14 470 44 122
Binary 11100001 10111111 11011010 0 1111 11 1100 100111000 100100 1010010

Color Harmonies of #E1BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BFDA

Black with #E1BFDA

Text Example


Text Example

White with #E1BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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