Html Css Color HEX #E2ACDE French Lilac

📋 copy color: '#E2ACDE'

red 226 ◦ green 172 ◦ blue 222

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

Shades of French Lilac #E2ACDE

Tints of French Lilac #E2ACDE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.74%

 BLUE value IS 222 (87.11% from 255) = 35.81%

R = 36.45%
G = 27.74%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E2ACDE (or 0xE2ACDE) is known color: French Lilac. HEX triplet: E2, AC and DE. RGB value is (226,172,222). Sum of RGB (Red+Green+Blue) = 226+172+222=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACDE is #1D5321. Grayscale: #C1C1C1. Windows color (decimal): -1921826 or 14593250. OLE color: 14593250.

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

Color convert

RGB 226 172 222 -
CMYK 0 0.24 0.02 0.11
HSL 304.44º 0.48% 0.78% -
HSV(B) 304.44º 0.24% 0.89% -
XYZ 59.3 50.95 75.82 -
YUV 193.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 226 172 222 0 0.24 0.02 0.11 304.44 0.48 0.78
Hex E2 AC DE 0 18 2 B 130 30 4E
Octal 342 254 336 0 30 2 13 460 60 116
Binary 11100010 10101100 11011110 0 11000 10 1011 100110000 110000 1001110

Color Harmonies of #E2ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ACDE

Black with #E2ACDE

Text Example


Text Example

White with #E2ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ACDE; }

 p { color: rgb(226,172,222); }

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

background-color css

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

 a { background-color: rgb(226,172,222); }

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

border-color css

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

 span { border-color: rgb(226,172,222); }

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