Html Css Color HEX #E2ACDA French Lilac

📋 copy color: '#E2ACDA'

red 226 ◦ green 172 ◦ blue 218

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

Shades of French Lilac #E2ACDA

Tints of French Lilac #E2ACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.39%

R = 36.69%
G = 27.92%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E2ACDA (or 0xE2ACDA) is known color: French Lilac. HEX triplet: E2, AC and DA. RGB value is (226,172,218). Sum of RGB (Red+Green+Blue) = 226+172+218=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACDA is #1D5325. Grayscale: #C1C1C1. Windows color (decimal): -1921830 or 14331106. OLE color: 14331106.

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

Color convert

RGB 226 172 218 -
CMYK 0 0.24 0.04 0.11
HSL 308.89º 0.48% 0.78% -
HSV(B) 308.89º 0.24% 0.89% -
XYZ 58.77 50.74 73.03 -
YUV 193.39 141.89 151.26 -
System Red Green Blue C M Y K H S L
Decimal 226 172 218 0 0.24 0.04 0.11 308.89 0.48 0.78
Hex E2 AC DA 0 18 4 B 135 30 4E
Octal 342 254 332 0 30 4 13 465 60 116
Binary 11100010 10101100 11011010 0 11000 100 1011 100110101 110000 1001110

Color Harmonies of #E2ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ACDA

Black with #E2ACDA

Text Example


Text Example

White with #E2ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ACDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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