Html Css Color HEX #E5BAD9 French Lilac

📋 copy color: '#E5BAD9'

red 229 ◦ green 186 ◦ blue 217

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

Shades of French Lilac #E5BAD9

Tints of French Lilac #E5BAD9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.43%

 BLUE value IS 217 (85.16% from 255) = 34.34%

R = 36.23%
G = 29.43%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E5BAD9 (or 0xE5BAD9) is known color: French Lilac. HEX triplet: E5, BA and D9. RGB value is (229,186,217). Sum of RGB (Red+Green+Blue) = 229+186+217=632 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.23% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BAD9 is #1A4526. Grayscale: #CACACA. Windows color (decimal): -1721639 or 14269157. OLE color: 14269157.

HSL color Cylindrical-coordinate representation of color #E5BAD9: hue angle of 316.74º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5BAD9 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 186 217 -
CMYK 0 0.19 0.05 0.10
HSL 316.74º 0.45% 0.81% -
HSV(B) 316.74º 0.19% 0.9% -
XYZ 62.4 56.79 73.32 -
YUV 202.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 229 186 217 0 0.19 0.05 0.10 316.74 0.45 0.81
Hex E5 BA D9 0 13 5 A 13D 2D 51
Octal 345 272 331 0 23 5 12 475 55 121
Binary 11100101 10111010 11011001 0 10011 101 1010 100111101 101101 1010001

Color Harmonies of #E5BAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BAD9

Black with #E5BAD9

Text Example


Text Example

White with #E5BAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BAD9; }

 p { color: rgb(229,186,217); }

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

background-color css

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

 a { background-color: rgb(229,186,217); }

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

border-color css

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

 span { border-color: rgb(229,186,217); }

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