Html Css Color HEX #E2AEDA French Lilac

📋 copy color: '#E2AEDA'

red 226 ◦ green 174 ◦ blue 218

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

Shades of French Lilac #E2AEDA

Tints of French Lilac #E2AEDA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.16%

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

R = 36.57%
G = 28.16%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E2AEDA (or 0xE2AEDA) is known color: French Lilac. HEX triplet: E2, AE and DA. RGB value is (226,174,218). Sum of RGB (Red+Green+Blue) = 226+174+218=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AEDA is #1D5125. Grayscale: #C2C2C2. Windows color (decimal): -1921318 or 14331618. OLE color: 14331618.

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

Color convert

RGB 226 174 218 -
CMYK 0 0.23 0.04 0.11
HSL 309.23º 0.47% 0.78% -
HSV(B) 309.23º 0.23% 0.89% -
XYZ 59.15 51.5 73.15 -
YUV 194.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 226 174 218 0 0.23 0.04 0.11 309.23 0.47 0.78
Hex E2 AE DA 0 17 4 B 135 2F 4E
Octal 342 256 332 0 27 4 13 465 57 116
Binary 11100010 10101110 11011010 0 10111 100 1011 100110101 101111 1001110

Color Harmonies of #E2AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AEDA

Black with #E2AEDA

Text Example


Text Example

White with #E2AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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