Html Css Color HEX #E0BFDE French Lilac

📋 copy color: '#E0BFDE'

red 224 ◦ green 191 ◦ blue 222

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

Shades of French Lilac #E0BFDE

Tints of French Lilac #E0BFDE

RGB

 RED value IS 224 (87.89% from 255) = 35.16%

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

 BLUE value IS 222 (87.11% from 255) = 34.85%

R = 35.16%
G = 29.98%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E0BFDE (or 0xE0BFDE) is known color: French Lilac. HEX triplet: E0, BF and DE. RGB value is (224,191,222). Sum of RGB (Red+Green+Blue) = 224+191+222=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFDE is #1F4021. Grayscale: #CCCCCC. Windows color (decimal): -2048034 or 14598112. OLE color: 14598112.

HSL color Cylindrical-coordinate representation of color #E0BFDE: hue angle of 303.64º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0BFDE is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 191 222 -
CMYK 0 0.15 0.01 0.12
HSL 303.64º 0.35% 0.81% -
HSV(B) 303.64º 0.15% 0.88% -
XYZ 62.56 58.38 77.08 -
YUV 204.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 224 191 222 0 0.15 0.01 0.12 303.64 0.35 0.81
Hex E0 BF DE 0 F 1 C 130 23 51
Octal 340 277 336 0 17 1 14 460 43 121
Binary 11100000 10111111 11011110 0 1111 1 1100 100110000 100011 1010001

Color Harmonies of #E0BFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BFDE

Black with #E0BFDE

Text Example


Text Example

White with #E0BFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BFDE; }

 p { color: rgb(224,191,222); }

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

background-color css

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

 a { background-color: rgb(224,191,222); }

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

border-color css

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

 span { border-color: rgb(224,191,222); }

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