Html Css Color HEX #E0BFDB French Lilac

📋 copy color: '#E0BFDB'

red 224 ◦ green 191 ◦ blue 219

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

Shades of French Lilac #E0BFDB

Tints of French Lilac #E0BFDB

RGB

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

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

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

R = 35.33%
G = 30.13%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E0BFDB (or 0xE0BFDB) is known color: French Lilac. HEX triplet: E0, BF and DB. RGB value is (224,191,219). Sum of RGB (Red+Green+Blue) = 224+191+219=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFDB is #1F4024. Grayscale: #CBCBCB. Windows color (decimal): -2048037 or 14401504. OLE color: 14401504.

HSL color Cylindrical-coordinate representation of color #E0BFDB: hue angle of 309.09º 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 #E0BFDB is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 191 219 -
CMYK 0 0.15 0.02 0.12
HSL 309.09º 0.35% 0.81% -
HSV(B) 309.09º 0.15% 0.88% -
XYZ 62.16 58.22 74.98 -
YUV 204.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 224 191 219 0 0.15 0.02 0.12 309.09 0.35 0.81
Hex E0 BF DB 0 F 2 C 135 23 51
Octal 340 277 333 0 17 2 14 465 43 121
Binary 11100000 10111111 11011011 0 1111 10 1100 100110101 100011 1010001

Color Harmonies of #E0BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BFDB

Black with #E0BFDB

Text Example


Text Example

White with #E0BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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