Html Css Color HEX #E2BCD9 French Lilac

📋 copy color: '#E2BCD9'

red 226 ◦ green 188 ◦ blue 217

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

Shades of French Lilac #E2BCD9

Tints of French Lilac #E2BCD9

RGB

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

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

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

R = 35.82%
G = 29.79%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E2BCD9 (or 0xE2BCD9) is known color: French Lilac. HEX triplet: E2, BC and D9. RGB value is (226,188,217). Sum of RGB (Red+Green+Blue) = 226+188+217=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCD9 is #1D4326. Grayscale: #CACACA. Windows color (decimal): -1917735 or 14269666. OLE color: 14269666.

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

Color convert

RGB 226 188 217 -
CMYK 0 0.17 0.04 0.11
HSL 314.21º 0.4% 0.81% -
HSV(B) 314.21º 0.17% 0.89% -
XYZ 61.87 57.14 73.41 -
YUV 202.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 226 188 217 0 0.17 0.04 0.11 314.21 0.4 0.81
Hex E2 BC D9 0 11 4 B 13A 28 51
Octal 342 274 331 0 21 4 13 472 50 121
Binary 11100010 10111100 11011001 0 10001 100 1011 100111010 101000 1010001

Color Harmonies of #E2BCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BCD9

Black with #E2BCD9

Text Example


Text Example

White with #E2BCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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