Html Css Color HEX #E5BFDC French Lilac

📋 copy color: '#E5BFDC'

red 229 ◦ green 191 ◦ blue 220

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

Shades of French Lilac #E5BFDC

Tints of French Lilac #E5BFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 29.84%

 BLUE value IS 220 (86.33% from 255) = 34.38%

R = 35.78%
G = 29.84%
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

#E5BFDC (or 0xE5BFDC) is known color: French Lilac. HEX triplet: E5, BF and DC. RGB value is (229,191,220). Sum of RGB (Red+Green+Blue) = 229+191+220=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFDC is #1A4023. Grayscale: #CDCDCD. Windows color (decimal): -1720356 or 14467045. OLE color: 14467045.

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

Color convert

RGB 229 191 220 -
CMYK 0 0.17 0.04 0.10
HSL 314.21º 0.42% 0.82% -
HSV(B) 314.21º 0.17% 0.9% -
XYZ 63.86 59.09 75.75 -
YUV 205.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 229 191 220 0 0.17 0.04 0.10 314.21 0.42 0.82
Hex E5 BF DC 0 11 4 A 13A 2A 52
Octal 345 277 334 0 21 4 12 472 52 122
Binary 11100101 10111111 11011100 0 10001 100 1010 100111010 101010 1010010

Color Harmonies of #E5BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BFDC

Black with #E5BFDC

Text Example


Text Example

White with #E5BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BFDC; }

 p { color: rgb(229,191,220); }

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

background-color css

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

 a { background-color: rgb(229,191,220); }

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

border-color css

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

 span { border-color: rgb(229,191,220); }

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