Html Css Color HEX #E0ACD8 French Lilac

📋 copy color: '#E0ACD8'

red 224 ◦ green 172 ◦ blue 216

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

Shades of French Lilac #E0ACD8

Tints of French Lilac #E0ACD8

RGB

 RED value IS 224 (87.89% from 255) = 36.6%

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

 BLUE value IS 216 (84.77% from 255) = 35.29%

R = 36.6%
G = 28.1%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E0ACD8 (or 0xE0ACD8) is known color: French Lilac. HEX triplet: E0, AC and D8. RGB value is (224,172,216). Sum of RGB (Red+Green+Blue) = 224+172+216=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 216 (84.77% from 255 or 35.29% from 612); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACD8 is #1F5327. Grayscale: #C0C0C0. Windows color (decimal): -2052904 or 14200032. OLE color: 14200032.

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

Color convert

RGB 224 172 216 -
CMYK 0 0.23 0.04 0.12
HSL 309.23º 0.46% 0.78% -
HSV(B) 309.23º 0.23% 0.88% -
XYZ 57.89 50.31 71.63 -
YUV 192.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 224 172 216 0 0.23 0.04 0.12 309.23 0.46 0.78
Hex E0 AC D8 0 17 4 C 135 2E 4E
Octal 340 254 330 0 27 4 14 465 56 116
Binary 11100000 10101100 11011000 0 10111 100 1100 100110101 101110 1001110

Color Harmonies of #E0ACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ACD8

Black with #E0ACD8

Text Example


Text Example

White with #E0ACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ACD8; }

 p { color: rgb(224,172,216); }

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

background-color css

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

 a { background-color: rgb(224,172,216); }

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

border-color css

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

 span { border-color: rgb(224,172,216); }

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