Html Css Color HEX #E5BCDA French Lilac

📋 copy color: '#E5BCDA'

red 229 ◦ green 188 ◦ blue 218

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

Shades of French Lilac #E5BCDA

Tints of French Lilac #E5BCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.33%

R = 36.06%
G = 29.61%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E5BCDA (or 0xE5BCDA) is known color: French Lilac. HEX triplet: E5, BC and DA. RGB value is (229,188,218). Sum of RGB (Red+Green+Blue) = 229+188+218=635 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.06% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BCDA is #1A4325. Grayscale: #CBCBCB. Windows color (decimal): -1721126 or 14335205. OLE color: 14335205.

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

Color convert

RGB 229 188 218 -
CMYK 0 0.18 0.05 0.10
HSL 316.1º 0.44% 0.82% -
HSV(B) 316.1º 0.18% 0.9% -
XYZ 62.95 57.69 74.15 -
YUV 203.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 229 188 218 0 0.18 0.05 0.10 316.1 0.44 0.82
Hex E5 BC DA 0 12 5 A 13C 2C 52
Octal 345 274 332 0 22 5 12 474 54 122
Binary 11100101 10111100 11011010 0 10010 101 1010 100111100 101100 1010010

Color Harmonies of #E5BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BCDA

Black with #E5BCDA

Text Example


Text Example

White with #E5BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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