Html Css Color HEX #E1B0DF French Lilac

📋 copy color: '#E1B0DF'

red 225 ◦ green 176 ◦ blue 223

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

Shades of French Lilac #E1B0DF

Tints of French Lilac #E1B0DF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.21%

 BLUE value IS 223 (87.5% from 255) = 35.74%

R = 36.06%
G = 28.21%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1B0DF (or 0xE1B0DF) is known color: French Lilac. HEX triplet: E1, B0 and DF. RGB value is (225,176,223). Sum of RGB (Red+Green+Blue) = 225+176+223=624 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.06% from 624); Green value is 176 (69.14% from 255 or 28.21% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0DF is #1E4F20. Grayscale: #C3C3C3. Windows color (decimal): -1986337 or 14659809. OLE color: 14659809.

HSL color Cylindrical-coordinate representation of color #E1B0DF: hue angle of 302.45º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B0DF is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 176 223 -
CMYK 0 0.22 0.01 0.12
HSL 302.45º 0.45% 0.79% -
HSV(B) 302.45º 0.22% 0.88% -
XYZ 59.9 52.39 76.77 -
YUV 196.01 143.23 148.68 -
System Red Green Blue C M Y K H S L
Decimal 225 176 223 0 0.22 0.01 0.12 302.45 0.45 0.79
Hex E1 B0 DF 0 16 1 C 12E 2D 4F
Octal 341 260 337 0 26 1 14 456 55 117
Binary 11100001 10110000 11011111 0 10110 1 1100 100101110 101101 1001111

Color Harmonies of #E1B0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B0DF

Black with #E1B0DF

Text Example


Text Example

White with #E1B0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B0DF; }

 p { color: rgb(225,176,223); }

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

background-color css

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

 a { background-color: rgb(225,176,223); }

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

border-color css

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

 span { border-color: rgb(225,176,223); }

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