Html Css Color HEX #E5BDDB French Lilac

📋 copy color: '#E5BDDB'

red 229 ◦ green 189 ◦ blue 219

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

Shades of French Lilac #E5BDDB

Tints of French Lilac #E5BDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.38%

R = 35.95%
G = 29.67%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E5BDDB (or 0xE5BDDB) is known color: French Lilac. HEX triplet: E5, BD and DB. RGB value is (229,189,219). Sum of RGB (Red+Green+Blue) = 229+189+219=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDDB is #1A4224. Grayscale: #CCCCCC. Windows color (decimal): -1720869 or 14400997. OLE color: 14400997.

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

Color convert

RGB 229 189 219 -
CMYK 0 0.17 0.04 0.10
HSL 315º 0.43% 0.82% -
HSV(B) 315º 0.17% 0.9% -
XYZ 63.3 58.17 74.91 -
YUV 204.38 136.25 145.56 -
System Red Green Blue C M Y K H S L
Decimal 229 189 219 0 0.17 0.04 0.10 315 0.43 0.82
Hex E5 BD DB 0 11 4 A 13B 2B 52
Octal 345 275 333 0 21 4 12 473 53 122
Binary 11100101 10111101 11011011 0 10001 100 1010 100111011 101011 1010010

Color Harmonies of #E5BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BDDB

Black with #E5BDDB

Text Example


Text Example

White with #E5BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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