Html Css Color HEX #E5BFD9 French Lilac

📋 copy color: '#E5BFD9'

red 229 ◦ green 191 ◦ blue 217

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

Shades of French Lilac #E5BFD9

Tints of French Lilac #E5BFD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.07%

R = 35.95%
G = 29.98%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E5BFD9 (or 0xE5BFD9) is known color: French Lilac. HEX triplet: E5, BF and D9. RGB value is (229,191,217). Sum of RGB (Red+Green+Blue) = 229+191+217=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFD9 is #1A4026. Grayscale: #CDCDCD. Windows color (decimal): -1720359 or 14270437. OLE color: 14270437.

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

Color convert

RGB 229 191 217 -
CMYK 0 0.17 0.05 0.10
HSL 318.95º 0.42% 0.82% -
HSV(B) 318.95º 0.17% 0.9% -
XYZ 63.47 58.93 73.68 -
YUV 205.33 134.59 144.89 -
System Red Green Blue C M Y K H S L
Decimal 229 191 217 0 0.17 0.05 0.10 318.95 0.42 0.82
Hex E5 BF D9 0 11 5 A 13F 2A 52
Octal 345 277 331 0 21 5 12 477 52 122
Binary 11100101 10111111 11011001 0 10001 101 1010 100111111 101010 1010010

Color Harmonies of #E5BFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BFD9

Black with #E5BFD9

Text Example


Text Example

White with #E5BFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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