Html Css Color HEX #E5BDE4 French Lilac

📋 copy color: '#E5BDE4'

red 229 ◦ green 189 ◦ blue 228

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

Shades of French Lilac #E5BDE4

Tints of French Lilac #E5BDE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.29%

R = 35.45%
G = 29.26%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.00

 K value IS 0.10

RGB Variations

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

Color information

#E5BDE4 (or 0xE5BDE4) is known color: French Lilac. HEX triplet: E5, BD and E4. RGB value is (229,189,228). Sum of RGB (Red+Green+Blue) = 229+189+228=646 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.45% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDE4 is #1A421B. Grayscale: #CDCDCD. Windows color (decimal): -1720860 or 14990821. OLE color: 14990821.

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

Color convert

RGB 229 189 228 -
CMYK 0 0.17 0.00 0.10
HSL 301.5º 0.43% 0.82% -
HSV(B) 301.5º 0.17% 0.9% -
XYZ 64.51 58.65 81.32 -
YUV 205.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 229 189 228 0 0.17 0.00 0.10 301.5 0.43 0.82
Hex E5 BD E4 0 11 0 A 12E 2B 52
Octal 345 275 344 0 21 0 12 456 53 122
Binary 11100101 10111101 11100100 0 10001 0 1010 100101110 101011 1010010

Color Harmonies of #E5BDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BDE4

Black with #E5BDE4

Text Example


Text Example

White with #E5BDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BDE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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