Html Css Color HEX #E5BDD9 French Lilac

📋 copy color: '#E5BDD9'

red 229 ◦ green 189 ◦ blue 217

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

Shades of French Lilac #E5BDD9

Tints of French Lilac #E5BDD9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.76%

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

R = 36.06%
G = 29.76%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E5BDD9 (or 0xE5BDD9) is known color: French Lilac. HEX triplet: E5, BD and D9. RGB value is (229,189,217). Sum of RGB (Red+Green+Blue) = 229+189+217=635 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.06% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDD9 is #1A4226. Grayscale: #CCCCCC. Windows color (decimal): -1720871 or 14269925. OLE color: 14269925.

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

Color convert

RGB 229 189 217 -
CMYK 0 0.17 0.05 0.10
HSL 318º 0.43% 0.82% -
HSV(B) 318º 0.17% 0.9% -
XYZ 63.04 58.06 73.53 -
YUV 204.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 229 189 217 0 0.17 0.05 0.10 318 0.43 0.82
Hex E5 BD D9 0 11 5 A 13E 2B 52
Octal 345 275 331 0 21 5 12 476 53 122
Binary 11100101 10111101 11011001 0 10001 101 1010 100111110 101011 1010010

Color Harmonies of #E5BDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BDD9

Black with #E5BDD9

Text Example


Text Example

White with #E5BDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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