Html Css Color HEX #E1BFDB French Lilac

📋 copy color: '#E1BFDB'

red 225 ◦ green 191 ◦ blue 219

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

Shades of French Lilac #E1BFDB

Tints of French Lilac #E1BFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.49%

R = 35.43%
G = 30.08%
B = 34.49%

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

#E1BFDB (or 0xE1BFDB) is known color: French Lilac. HEX triplet: E1, BF and DB. RGB value is (225,191,219). Sum of RGB (Red+Green+Blue) = 225+191+219=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFDB is #1E4024. Grayscale: #CCCCCC. Windows color (decimal): -1982501 or 14401505. OLE color: 14401505.

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

Color convert

RGB 225 191 219 -
CMYK 0 0.15 0.03 0.12
HSL 310.59º 0.36% 0.82% -
HSV(B) 310.59º 0.15% 0.88% -
XYZ 62.47 58.38 74.99 -
YUV 204.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 225 191 219 0 0.15 0.03 0.12 310.59 0.36 0.82
Hex E1 BF DB 0 F 3 C 137 24 52
Octal 341 277 333 0 17 3 14 467 44 122
Binary 11100001 10111111 11011011 0 1111 11 1100 100110111 100100 1010010

Color Harmonies of #E1BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BFDB

Black with #E1BFDB

Text Example


Text Example

White with #E1BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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