Html Css Color HEX #E0ACD7 French Lilac

📋 copy color: '#E0ACD7'

red 224 ◦ green 172 ◦ blue 215

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

Shades of French Lilac #E0ACD7

Tints of French Lilac #E0ACD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.19%

R = 36.66%
G = 28.15%
B = 35.19%

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

#E0ACD7 (or 0xE0ACD7) is known color: French Lilac. HEX triplet: E0, AC and D7. RGB value is (224,172,215). Sum of RGB (Red+Green+Blue) = 224+172+215=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACD7 is #1F5328. Grayscale: #C0C0C0. Windows color (decimal): -2052905 or 14134496. OLE color: 14134496.

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

Color convert

RGB 224 172 215 -
CMYK 0 0.23 0.04 0.12
HSL 310.38º 0.46% 0.78% -
HSV(B) 310.38º 0.23% 0.88% -
XYZ 57.76 50.26 70.95 -
YUV 192.45 140.73 150.5 -
System Red Green Blue C M Y K H S L
Decimal 224 172 215 0 0.23 0.04 0.12 310.38 0.46 0.78
Hex E0 AC D7 0 17 4 C 136 2E 4E
Octal 340 254 327 0 27 4 14 466 56 116
Binary 11100000 10101100 11010111 0 10111 100 1100 100110110 101110 1001110

Color Harmonies of #E0ACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ACD7

Black with #E0ACD7

Text Example


Text Example

White with #E0ACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ACD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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