Html Css Color HEX #E2BEDF French Lilac

📋 copy color: '#E2BEDF'

red 226 ◦ green 190 ◦ blue 223

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

Shades of French Lilac #E2BEDF

Tints of French Lilac #E2BEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.9%

R = 35.37%
G = 29.73%
B = 34.9%

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

#E2BEDF (or 0xE2BEDF) is known color: French Lilac. HEX triplet: E2, BE and DF. RGB value is (226,190,223). Sum of RGB (Red+Green+Blue) = 226+190+223=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BEDF is #1D4120. Grayscale: #CCCCCC. Windows color (decimal): -1917217 or 14663394. OLE color: 14663394.

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

Color convert

RGB 226 190 223 -
CMYK 0 0.16 0.01 0.11
HSL 305º 0.38% 0.82% -
HSV(B) 305º 0.16% 0.89% -
XYZ 63.1 58.32 77.74 -
YUV 204.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 226 190 223 0 0.16 0.01 0.11 305 0.38 0.82
Hex E2 BE DF 0 10 1 B 131 26 52
Octal 342 276 337 0 20 1 13 461 46 122
Binary 11100010 10111110 11011111 0 10000 1 1011 100110001 100110 1010010

Color Harmonies of #E2BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BEDF

Black with #E2BEDF

Text Example


Text Example

White with #E2BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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