Html Css Color HEX #E5BDD8 French Lilac

📋 copy color: '#E5BDD8'

red 229 ◦ green 189 ◦ blue 216

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

Shades of French Lilac #E5BDD8

Tints of French Lilac #E5BDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.07%

R = 36.12%
G = 29.81%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E5BDD8 (or 0xE5BDD8) is known color: French Lilac. HEX triplet: E5, BD and D8. RGB value is (229,189,216). Sum of RGB (Red+Green+Blue) = 229+189+216=634 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.12% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDD8 is #1A4227. Grayscale: #CBCBCB. Windows color (decimal): -1720872 or 14204389. OLE color: 14204389.

HSL color Cylindrical-coordinate representation of color #E5BDD8: hue angle of 319.5º 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 #E5BDD8 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 189 216 -
CMYK 0 0.17 0.06 0.10
HSL 319.5º 0.43% 0.82% -
HSV(B) 319.5º 0.17% 0.9% -
XYZ 62.91 58.01 72.85 -
YUV 204.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 229 189 216 0 0.17 0.06 0.10 319.5 0.43 0.82
Hex E5 BD D8 0 11 6 A 140 2B 52
Octal 345 275 330 0 21 6 12 500 53 122
Binary 11100101 10111101 11011000 0 10001 110 1010 101000000 101011 1010010

Color Harmonies of #E5BDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BDD8

Black with #E5BDD8

Text Example


Text Example

White with #E5BDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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