Html Css Color HEX #E0ACD4 French Lilac

📋 copy color: '#E0ACD4'

red 224 ◦ green 172 ◦ blue 212

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

Shades of French Lilac #E0ACD4

Tints of French Lilac #E0ACD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.87%

R = 36.84%
G = 28.29%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E0ACD4 (or 0xE0ACD4) is known color: French Lilac. HEX triplet: E0, AC and D4. RGB value is (224,172,212). Sum of RGB (Red+Green+Blue) = 224+172+212=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACD4 is #1F532B. Grayscale: #C0C0C0. Windows color (decimal): -2052908 or 13937888. OLE color: 13937888.

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

Color convert

RGB 224 172 212 -
CMYK 0 0.23 0.05 0.12
HSL 313.85º 0.46% 0.78% -
HSV(B) 313.85º 0.23% 0.88% -
XYZ 57.38 50.11 68.93 -
YUV 192.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 224 172 212 0 0.23 0.05 0.12 313.85 0.46 0.78
Hex E0 AC D4 0 17 5 C 13A 2E 4E
Octal 340 254 324 0 27 5 14 472 56 116
Binary 11100000 10101100 11010100 0 10111 101 1100 100111010 101110 1001110

Color Harmonies of #E0ACD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ACD4

Black with #E0ACD4

Text Example


Text Example

White with #E0ACD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ACD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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