Html Css Color HEX #E5BCD8 French Lilac

📋 copy color: '#E5BCD8'

red 229 ◦ green 188 ◦ blue 216

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

Shades of French Lilac #E5BCD8

Tints of French Lilac #E5BCD8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.7%

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

R = 36.18%
G = 29.7%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E5BCD8 (or 0xE5BCD8) is known color: French Lilac. HEX triplet: E5, BC and D8. RGB value is (229,188,216). Sum of RGB (Red+Green+Blue) = 229+188+216=633 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.18% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BCD8 is #1A4327. Grayscale: #CBCBCB. Windows color (decimal): -1721128 or 14204133. OLE color: 14204133.

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

Color convert

RGB 229 188 216 -
CMYK 0 0.18 0.06 0.10
HSL 319.02º 0.44% 0.82% -
HSV(B) 319.02º 0.18% 0.9% -
XYZ 62.69 57.58 72.78 -
YUV 203.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 229 188 216 0 0.18 0.06 0.10 319.02 0.44 0.82
Hex E5 BC D8 0 12 6 A 13F 2C 52
Octal 345 274 330 0 22 6 12 477 54 122
Binary 11100101 10111100 11011000 0 10010 110 1010 100111111 101100 1010010

Color Harmonies of #E5BCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BCD8

Black with #E5BCD8

Text Example


Text Example

White with #E5BCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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