Html Css Color HEX #E1BCDA French Lilac

📋 copy color: '#E1BCDA'

red 225 ◦ green 188 ◦ blue 218

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

Shades of French Lilac #E1BCDA

Tints of French Lilac #E1BCDA

RGB

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

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

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

R = 35.66%
G = 29.79%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E1BCDA (or 0xE1BCDA) is known color: French Lilac. HEX triplet: E1, BC and DA. RGB value is (225,188,218). Sum of RGB (Red+Green+Blue) = 225+188+218=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCDA is #1E4325. Grayscale: #CACACA. Windows color (decimal): -1983270 or 14335201. OLE color: 14335201.

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

Color convert

RGB 225 188 218 -
CMYK 0 0.16 0.03 0.12
HSL 311.35º 0.38% 0.81% -
HSV(B) 311.35º 0.16% 0.88% -
XYZ 61.69 57.04 74.09 -
YUV 202.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 225 188 218 0 0.16 0.03 0.12 311.35 0.38 0.81
Hex E1 BC DA 0 10 3 C 137 26 51
Octal 341 274 332 0 20 3 14 467 46 121
Binary 11100001 10111100 11011010 0 10000 11 1100 100110111 100110 1010001

Color Harmonies of #E1BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BCDA

Black with #E1BCDA

Text Example


Text Example

White with #E1BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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