Html Css Color HEX #E0ACD5 French Lilac

📋 copy color: '#E0ACD5'

red 224 ◦ green 172 ◦ blue 213

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

Shades of French Lilac #E0ACD5

Tints of French Lilac #E0ACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.98%

R = 36.78%
G = 28.24%
B = 34.98%

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

#E0ACD5 (or 0xE0ACD5) is known color: French Lilac. HEX triplet: E0, AC and D5. RGB value is (224,172,213). Sum of RGB (Red+Green+Blue) = 224+172+213=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACD5 is #1F532A. Grayscale: #C0C0C0. Windows color (decimal): -2052907 or 14003424. OLE color: 14003424.

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

Color convert

RGB 224 172 213 -
CMYK 0 0.23 0.05 0.12
HSL 312.69º 0.46% 0.78% -
HSV(B) 312.69º 0.23% 0.88% -
XYZ 57.5 50.16 69.6 -
YUV 192.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 224 172 213 0 0.23 0.05 0.12 312.69 0.46 0.78
Hex E0 AC D5 0 17 5 C 139 2E 4E
Octal 340 254 325 0 27 5 14 471 56 116
Binary 11100000 10101100 11010101 0 10111 101 1100 100111001 101110 1001110

Color Harmonies of #E0ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ACD5

Black with #E0ACD5

Text Example


Text Example

White with #E0ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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