Html Css Color HEX #E1BFDC French Lilac

📋 copy color: '#E1BFDC'

red 225 ◦ green 191 ◦ blue 220

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

Shades of French Lilac #E1BFDC

Tints of French Lilac #E1BFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.59%

R = 35.38%
G = 30.03%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E1BFDC (or 0xE1BFDC) is known color: French Lilac. HEX triplet: E1, BF and DC. RGB value is (225,191,220). Sum of RGB (Red+Green+Blue) = 225+191+220=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFDC is #1E4023. Grayscale: #CCCCCC. Windows color (decimal): -1982500 or 14467041. OLE color: 14467041.

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

Color convert

RGB 225 191 220 -
CMYK 0 0.15 0.02 0.12
HSL 308.82º 0.36% 0.82% -
HSV(B) 308.82º 0.15% 0.88% -
XYZ 62.6 58.44 75.69 -
YUV 204.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 225 191 220 0 0.15 0.02 0.12 308.82 0.36 0.82
Hex E1 BF DC 0 F 2 C 135 24 52
Octal 341 277 334 0 17 2 14 465 44 122
Binary 11100001 10111111 11011100 0 1111 10 1100 100110101 100100 1010010

Color Harmonies of #E1BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BFDC

Black with #E1BFDC

Text Example


Text Example

White with #E1BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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