Html Css Color HEX #E1BCE0 French Lilac

📋 copy color: '#E1BCE0'

red 225 ◦ green 188 ◦ blue 224

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

Shades of French Lilac #E1BCE0

Tints of French Lilac #E1BCE0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.51%

 BLUE value IS 224 (87.89% from 255) = 35.16%

R = 35.32%
G = 29.51%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E1BCE0 (or 0xE1BCE0) is known color: French Lilac. HEX triplet: E1, BC and E0. RGB value is (225,188,224). Sum of RGB (Red+Green+Blue) = 225+188+224=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCE0 is #1E431F. Grayscale: #CBCBCB. Windows color (decimal): -1983264 or 14728417. OLE color: 14728417.

HSL color Cylindrical-coordinate representation of color #E1BCE0: hue angle of 301.62º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BCE0 is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 188 224 -
CMYK 0 0.16 0.00 0.12
HSL 301.62º 0.38% 0.81% -
HSV(B) 301.62º 0.16% 0.88% -
XYZ 62.49 57.36 78.3 -
YUV 203.17 139.76 143.57 -
System Red Green Blue C M Y K H S L
Decimal 225 188 224 0 0.16 0.00 0.12 301.62 0.38 0.81
Hex E1 BC E0 0 10 0 C 12E 26 51
Octal 341 274 340 0 20 0 14 456 46 121
Binary 11100001 10111100 11100000 0 10000 0 1100 100101110 100110 1010001

Color Harmonies of #E1BCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BCE0

Black with #E1BCE0

Text Example


Text Example

White with #E1BCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BCE0; }

 p { color: rgb(225,188,224); }

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

background-color css

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

 a { background-color: rgb(225,188,224); }

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

border-color css

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

 span { border-color: rgb(225,188,224); }

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