Html Css Color HEX #E5B3DC French Lilac

📋 copy color: '#E5B3DC'

red 229 ◦ green 179 ◦ blue 220

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

Shades of French Lilac #E5B3DC

Tints of French Lilac #E5B3DC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.5%

 BLUE value IS 220 (86.33% from 255) = 35.03%

R = 36.46%
G = 28.5%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E5B3DC (or 0xE5B3DC) is known color: French Lilac. HEX triplet: E5, B3 and DC. RGB value is (229,179,220). Sum of RGB (Red+Green+Blue) = 229+179+220=628 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.46% from 628); Green value is 179 (70.31% from 255 or 28.50% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B3DC is #1A4C23. Grayscale: #C6C6C6. Windows color (decimal): -1723428 or 14463973. OLE color: 14463973.

HSL color Cylindrical-coordinate representation of color #E5B3DC: hue angle of 310.8º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5B3DC is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 179 220 -
CMYK 0 0.22 0.04 0.10
HSL 310.8º 0.49% 0.8% -
HSV(B) 310.8º 0.22% 0.9% -
XYZ 61.35 54.07 74.91 -
YUV 198.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 229 179 220 0 0.22 0.04 0.10 310.8 0.49 0.8
Hex E5 B3 DC 0 16 4 A 137 31 50
Octal 345 263 334 0 26 4 12 467 61 120
Binary 11100101 10110011 11011100 0 10110 100 1010 100110111 110001 1010000

Color Harmonies of #E5B3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B3DC

Black with #E5B3DC

Text Example


Text Example

White with #E5B3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B3DC; }

 p { color: rgb(229,179,220); }

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

background-color css

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

 a { background-color: rgb(229,179,220); }

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

border-color css

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

 span { border-color: rgb(229,179,220); }

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