Html Css Color HEX #E2C2DF French Lilac

📋 copy color: '#E2C2DF'

red 226 ◦ green 194 ◦ blue 223

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

Shades of French Lilac #E2C2DF

Tints of French Lilac #E2C2DF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.17%

 BLUE value IS 223 (87.5% from 255) = 34.68%

R = 35.15%
G = 30.17%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E2C2DF (or 0xE2C2DF) is known color: French Lilac. HEX triplet: E2, C2 and DF. RGB value is (226,194,223). Sum of RGB (Red+Green+Blue) = 226+194+223=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 194 (76.17% from 255 or 30.17% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C2DF is #1D3D20. Grayscale: #CECECE. Windows color (decimal): -1916193 or 14664418. OLE color: 14664418.

HSL color Cylindrical-coordinate representation of color #E2C2DF: hue angle of 305.62º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2C2DF is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 194 223 -
CMYK 0 0.14 0.01 0.11
HSL 305.63º 0.36% 0.82% -
HSV(B) 305.63º 0.14% 0.89% -
XYZ 63.98 60.08 78.04 -
YUV 206.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 226 194 223 0 0.14 0.01 0.11 305.63 0.36 0.82
Hex E2 C2 DF 0 E 1 B 132 24 52
Octal 342 302 337 0 16 1 13 462 44 122
Binary 11100010 11000010 11011111 0 1110 1 1011 100110010 100100 1010010

Color Harmonies of #E2C2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C2DF

Black with #E2C2DF

Text Example


Text Example

White with #E2C2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C2DF; }

 p { color: rgb(226,194,223); }

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

background-color css

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

 a { background-color: rgb(226,194,223); }

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

border-color css

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

 span { border-color: rgb(226,194,223); }

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