Html Css Color HEX #E2BEE0 French Lilac

📋 copy color: '#E2BEE0'

red 226 ◦ green 190 ◦ blue 224

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

Shades of French Lilac #E2BEE0

Tints of French Lilac #E2BEE0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.69%

 BLUE value IS 224 (87.89% from 255) = 35%

R = 35.31%
G = 29.69%
B = 35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E2BEE0 (or 0xE2BEE0) is known color: French Lilac. HEX triplet: E2, BE and E0. RGB value is (226,190,224). Sum of RGB (Red+Green+Blue) = 226+190+224=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BEE0 is #1D411F. Grayscale: #CCCCCC. Windows color (decimal): -1917216 or 14728930. OLE color: 14728930.

HSL color Cylindrical-coordinate representation of color #E2BEE0: hue angle of 303.33º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2BEE0 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 190 224 -
CMYK 0 0.16 0.01 0.11
HSL 303.33º 0.38% 0.82% -
HSV(B) 303.33º 0.16% 0.89% -
XYZ 63.23 58.38 78.46 -
YUV 204.64 138.93 143.24 -
System Red Green Blue C M Y K H S L
Decimal 226 190 224 0 0.16 0.01 0.11 303.33 0.38 0.82
Hex E2 BE E0 0 10 1 B 12F 26 52
Octal 342 276 340 0 20 1 13 457 46 122
Binary 11100010 10111110 11100000 0 10000 1 1011 100101111 100110 1010010

Color Harmonies of #E2BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BEE0

Black with #E2BEE0

Text Example


Text Example

White with #E2BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BEE0; }

 p { color: rgb(226,190,224); }

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

background-color css

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

 a { background-color: rgb(226,190,224); }

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

border-color css

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

 span { border-color: rgb(226,190,224); }

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