Html Css Color HEX #E2ACD4 French Lilac

📋 copy color: '#E2ACD4'

red 226 ◦ green 172 ◦ blue 212

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

Shades of French Lilac #E2ACD4

Tints of French Lilac #E2ACD4

RGB

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

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

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

R = 37.05%
G = 28.2%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E2ACD4 (or 0xE2ACD4) is known color: French Lilac. HEX triplet: E2, AC and D4. RGB value is (226,172,212). Sum of RGB (Red+Green+Blue) = 226+172+212=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACD4 is #1D532B. Grayscale: #C0C0C0. Windows color (decimal): -1921836 or 13937890. OLE color: 13937890.

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

Color convert

RGB 226 172 212 -
CMYK 0 0.24 0.06 0.11
HSL 315.56º 0.48% 0.78% -
HSV(B) 315.56º 0.24% 0.89% -
XYZ 58 50.43 68.96 -
YUV 192.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 226 172 212 0 0.24 0.06 0.11 315.56 0.48 0.78
Hex E2 AC D4 0 18 6 B 13C 30 4E
Octal 342 254 324 0 30 6 13 474 60 116
Binary 11100010 10101100 11010100 0 11000 110 1011 100111100 110000 1001110

Color Harmonies of #E2ACD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ACD4

Black with #E2ACD4

Text Example


Text Example

White with #E2ACD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ACD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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