Html Css Color HEX #E2AEDF French Lilac

📋 copy color: '#E2AEDF'

red 226 ◦ green 174 ◦ blue 223

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

Shades of French Lilac #E2AEDF

Tints of French Lilac #E2AEDF

RGB

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

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

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

R = 36.28%
G = 27.93%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E2AEDF (or 0xE2AEDF) is known color: French Lilac. HEX triplet: E2, AE and DF. RGB value is (226,174,223). Sum of RGB (Red+Green+Blue) = 226+174+223=623 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.28% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AEDF is #1D5120. Grayscale: #C2C2C2. Windows color (decimal): -1921313 or 14659298. OLE color: 14659298.

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

Color convert

RGB 226 174 223 -
CMYK 0 0.23 0.01 0.11
HSL 303.46º 0.47% 0.78% -
HSV(B) 303.46º 0.23% 0.89% -
XYZ 59.82 51.77 76.65 -
YUV 195.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 226 174 223 0 0.23 0.01 0.11 303.46 0.47 0.78
Hex E2 AE DF 0 17 1 B 12F 2F 4E
Octal 342 256 337 0 27 1 13 457 57 116
Binary 11100010 10101110 11011111 0 10111 1 1011 100101111 101111 1001110

Color Harmonies of #E2AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AEDF

Black with #E2AEDF

Text Example


Text Example

White with #E2AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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