Html Css Color HEX #E2BCDB French Lilac

📋 copy color: '#E2BCDB'

red 226 ◦ green 188 ◦ blue 219

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

Shades of French Lilac #E2BCDB

Tints of French Lilac #E2BCDB

RGB

 RED value IS 226 (88.67% from 255) = 35.7%

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

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

R = 35.7%
G = 29.7%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E2BCDB (or 0xE2BCDB) is known color: French Lilac. HEX triplet: E2, BC and DB. RGB value is (226,188,219). Sum of RGB (Red+Green+Blue) = 226+188+219=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCDB is #1D4324. Grayscale: #CACACA. Windows color (decimal): -1917733 or 14400738. OLE color: 14400738.

HSL color Cylindrical-coordinate representation of color #E2BCDB: hue angle of 311.05º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BCDB is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 188 219 -
CMYK 0 0.17 0.03 0.11
HSL 311.05º 0.4% 0.81% -
HSV(B) 311.05º 0.17% 0.89% -
XYZ 62.13 57.25 74.79 -
YUV 202.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 226 188 219 0 0.17 0.03 0.11 311.05 0.4 0.81
Hex E2 BC DB 0 11 3 B 137 28 51
Octal 342 274 333 0 21 3 13 467 50 121
Binary 11100010 10111100 11011011 0 10001 11 1011 100110111 101000 1010001

Color Harmonies of #E2BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BCDB

Black with #E2BCDB

Text Example


Text Example

White with #E2BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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