Html Css Color HEX #E1B5DF French Lilac

📋 copy color: '#E1B5DF'

red 225 ◦ green 181 ◦ blue 223

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

Shades of French Lilac #E1B5DF

Tints of French Lilac #E1B5DF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.78%

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

R = 35.77%
G = 28.78%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1B5DF (or 0xE1B5DF) is known color: French Lilac. HEX triplet: E1, B5 and DF. RGB value is (225,181,223). Sum of RGB (Red+Green+Blue) = 225+181+223=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 181 (71.09% from 255 or 28.78% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B5DF is #1E4A20. Grayscale: #C6C6C6. Windows color (decimal): -1985057 or 14661089. OLE color: 14661089.

HSL color Cylindrical-coordinate representation of color #E1B5DF: hue angle of 302.73º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B5DF is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 181 223 -
CMYK 0 0.20 0.01 0.12
HSL 302.73º 0.42% 0.8% -
HSV(B) 302.73º 0.2% 0.88% -
XYZ 60.89 54.38 77.1 -
YUV 198.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 225 181 223 0 0.20 0.01 0.12 302.73 0.42 0.8
Hex E1 B5 DF 0 14 1 C 12F 2A 50
Octal 341 265 337 0 24 1 14 457 52 120
Binary 11100001 10110101 11011111 0 10100 1 1100 100101111 101010 1010000

Color Harmonies of #E1B5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B5DF

Black with #E1B5DF

Text Example


Text Example

White with #E1B5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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