Html Css Color HEX #E5BDE3 French Lilac

📋 copy color: '#E5BDE3'

red 229 ◦ green 189 ◦ blue 227

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

Shades of French Lilac #E5BDE3

Tints of French Lilac #E5BDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.19%

R = 35.5%
G = 29.3%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E5BDE3 (or 0xE5BDE3) is known color: French Lilac. HEX triplet: E5, BD and E3. RGB value is (229,189,227). Sum of RGB (Red+Green+Blue) = 229+189+227=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 227 (89.06% from 255 or 35.19% from 645); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDE3 is #1A421C. Grayscale: #CDCDCD. Windows color (decimal): -1720861 or 14925285. OLE color: 14925285.

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

Color convert

RGB 229 189 227 -
CMYK 0 0.17 0.01 0.10
HSL 303º 0.43% 0.82% -
HSV(B) 303º 0.17% 0.9% -
XYZ 64.38 58.6 80.59 -
YUV 205.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 229 189 227 0 0.17 0.01 0.10 303 0.43 0.82
Hex E5 BD E3 0 11 1 A 12F 2B 52
Octal 345 275 343 0 21 1 12 457 53 122
Binary 11100101 10111101 11100011 0 10001 1 1010 100101111 101011 1010010

Color Harmonies of #E5BDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BDE3

Black with #E5BDE3

Text Example


Text Example

White with #E5BDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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