Html Css Color HEX #E5BFE1 French Lilac

📋 copy color: '#E5BFE1'

red 229 ◦ green 191 ◦ blue 225

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

Shades of French Lilac #E5BFE1

Tints of French Lilac #E5BFE1

RGB

 RED value IS 229 (89.84% from 255) = 35.5%

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

 BLUE value IS 225 (88.28% from 255) = 34.88%

R = 35.5%
G = 29.61%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E5BFE1 (or 0xE5BFE1) is known color: French Lilac. HEX triplet: E5, BF and E1. RGB value is (229,191,225). Sum of RGB (Red+Green+Blue) = 229+191+225=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFE1 is #1A401E. Grayscale: #CECECE. Windows color (decimal): -1720351 or 14794725. OLE color: 14794725.

HSL color Cylindrical-coordinate representation of color #E5BFE1: hue angle of 306.32º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5BFE1 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 191 225 -
CMYK 0 0.17 0.02 0.10
HSL 306.32º 0.42% 0.82% -
HSV(B) 306.32º 0.17% 0.9% -
XYZ 64.53 59.36 79.29 -
YUV 206.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 229 191 225 0 0.17 0.02 0.10 306.32 0.42 0.82
Hex E5 BF E1 0 11 2 A 132 2A 52
Octal 345 277 341 0 21 2 12 462 52 122
Binary 11100101 10111111 11100001 0 10001 10 1010 100110010 101010 1010010

Color Harmonies of #E5BFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BFE1

Black with #E5BFE1

Text Example


Text Example

White with #E5BFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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