Html Css Color HEX #E2ACDD French Lilac

📋 copy color: '#E2ACDD'

red 226 ◦ green 172 ◦ blue 221

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

Shades of French Lilac #E2ACDD

Tints of French Lilac #E2ACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.7%

R = 36.51%
G = 27.79%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E2ACDD (or 0xE2ACDD) is known color: French Lilac. HEX triplet: E2, AC and DD. RGB value is (226,172,221). Sum of RGB (Red+Green+Blue) = 226+172+221=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACDD is #1D5322. Grayscale: #C1C1C1. Windows color (decimal): -1921827 or 14527714. OLE color: 14527714.

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

Color convert

RGB 226 172 221 -
CMYK 0 0.24 0.02 0.11
HSL 305.56º 0.48% 0.78% -
HSV(B) 305.56º 0.24% 0.89% -
XYZ 59.17 50.89 75.11 -
YUV 193.73 143.39 151.02 -
System Red Green Blue C M Y K H S L
Decimal 226 172 221 0 0.24 0.02 0.11 305.56 0.48 0.78
Hex E2 AC DD 0 18 2 B 132 30 4E
Octal 342 254 335 0 30 2 13 462 60 116
Binary 11100010 10101100 11011101 0 11000 10 1011 100110010 110000 1001110

Color Harmonies of #E2ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ACDD

Black with #E2ACDD

Text Example


Text Example

White with #E2ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ACDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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