Html Css Color HEX #E2BADA French Lilac

📋 copy color: '#E2BADA'

red 226 ◦ green 186 ◦ blue 218

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

Shades of French Lilac #E2BADA

Tints of French Lilac #E2BADA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.52%

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

R = 35.87%
G = 29.52%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E2BADA (or 0xE2BADA) is known color: French Lilac. HEX triplet: E2, BA and DA. RGB value is (226,186,218). Sum of RGB (Red+Green+Blue) = 226+186+218=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BADA is #1D4525. Grayscale: #C9C9C9. Windows color (decimal): -1918246 or 14334690. OLE color: 14334690.

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

Color convert

RGB 226 186 218 -
CMYK 0 0.18 0.04 0.11
HSL 312º 0.41% 0.81% -
HSV(B) 312º 0.18% 0.89% -
XYZ 61.58 56.35 73.96 -
YUV 201.61 137.25 145.4 -
System Red Green Blue C M Y K H S L
Decimal 226 186 218 0 0.18 0.04 0.11 312 0.41 0.81
Hex E2 BA DA 0 12 4 B 138 29 51
Octal 342 272 332 0 22 4 13 470 51 121
Binary 11100010 10111010 11011010 0 10010 100 1011 100111000 101001 1010001

Color Harmonies of #E2BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BADA

Black with #E2BADA

Text Example


Text Example

White with #E2BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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