Html Css Color HEX #E5BDE2 French Lilac

📋 copy color: '#E5BDE2'

red 229 ◦ green 189 ◦ blue 226

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

Shades of French Lilac #E5BDE2

Tints of French Lilac #E5BDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.09%

R = 35.56%
G = 29.35%
B = 35.09%

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

#E5BDE2 (or 0xE5BDE2) is known color: French Lilac. HEX triplet: E5, BD and E2. RGB value is (229,189,226). Sum of RGB (Red+Green+Blue) = 229+189+226=644 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.56% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 226 (88.67% from 255 or 35.09% from 644); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDE2 is #1A421D. Grayscale: #CDCDCD. Windows color (decimal): -1720862 or 14859749. OLE color: 14859749.

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

Color convert

RGB 229 189 226 -
CMYK 0 0.17 0.01 0.10
HSL 304.5º 0.43% 0.82% -
HSV(B) 304.5º 0.17% 0.9% -
XYZ 64.24 58.54 79.87 -
YUV 205.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 229 189 226 0 0.17 0.01 0.10 304.5 0.43 0.82
Hex E5 BD E2 0 11 1 A 130 2B 52
Octal 345 275 342 0 21 1 12 460 53 122
Binary 11100101 10111101 11100010 0 10001 1 1010 100110000 101011 1010010

Color Harmonies of #E5BDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BDE2

Black with #E5BDE2

Text Example


Text Example

White with #E5BDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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