Html Css Color HEX #E2BEDA French Lilac

📋 copy color: '#E2BEDA'

red 226 ◦ green 190 ◦ blue 218

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

Shades of French Lilac #E2BEDA

Tints of French Lilac #E2BEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.38%

R = 35.65%
G = 29.97%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E2BEDA (or 0xE2BEDA) is known color: French Lilac. HEX triplet: E2, BE and DA. RGB value is (226,190,218). Sum of RGB (Red+Green+Blue) = 226+190+218=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BEDA is #1D4125. Grayscale: #CBCBCB. Windows color (decimal): -1917222 or 14335714. OLE color: 14335714.

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

Color convert

RGB 226 190 218 -
CMYK 0 0.16 0.04 0.11
HSL 313.33º 0.38% 0.82% -
HSV(B) 313.33º 0.16% 0.89% -
XYZ 62.43 58.06 74.25 -
YUV 203.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 226 190 218 0 0.16 0.04 0.11 313.33 0.38 0.82
Hex E2 BE DA 0 10 4 B 139 26 52
Octal 342 276 332 0 20 4 13 471 46 122
Binary 11100010 10111110 11011010 0 10000 100 1011 100111001 100110 1010010

Color Harmonies of #E2BEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BEDA

Black with #E2BEDA

Text Example


Text Example

White with #E2BEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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