Html Css Color HEX #E0BCDB French Lilac

📋 copy color: '#E0BCDB'

red 224 ◦ green 188 ◦ blue 219

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

Shades of French Lilac #E0BCDB

Tints of French Lilac #E0BCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.79%

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

R = 35.5%
G = 29.79%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E0BCDB (or 0xE0BCDB) is known color: French Lilac. HEX triplet: E0, BC and DB. RGB value is (224,188,219). Sum of RGB (Red+Green+Blue) = 224+188+219=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCDB is #1F4324. Grayscale: #CACACA. Windows color (decimal): -2048805 or 14400736. OLE color: 14400736.

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

Color convert

RGB 224 188 219 -
CMYK 0 0.16 0.02 0.12
HSL 308.33º 0.37% 0.81% -
HSV(B) 308.33º 0.16% 0.88% -
XYZ 61.51 56.93 74.76 -
YUV 202.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 224 188 219 0 0.16 0.02 0.12 308.33 0.37 0.81
Hex E0 BC DB 0 10 2 C 134 25 51
Octal 340 274 333 0 20 2 14 464 45 121
Binary 11100000 10111100 11011011 0 10000 10 1100 100110100 100101 1010001

Color Harmonies of #E0BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BCDB

Black with #E0BCDB

Text Example


Text Example

White with #E0BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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