Html Css Color HEX #E1C2DC French Lilac

📋 copy color: '#E1C2DC'

red 225 ◦ green 194 ◦ blue 220

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

Shades of French Lilac #E1C2DC

Tints of French Lilac #E1C2DC

RGB

 RED value IS 225 (88.28% from 255) = 35.21%

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

 BLUE value IS 220 (86.33% from 255) = 34.43%

R = 35.21%
G = 30.36%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E1C2DC (or 0xE1C2DC) is known color: French Lilac. HEX triplet: E1, C2 and DC. RGB value is (225,194,220). Sum of RGB (Red+Green+Blue) = 225+194+220=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 194 (76.17% from 255 or 30.36% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C2DC is #1E3D23. Grayscale: #CECECE. Windows color (decimal): -1981732 or 14467809. OLE color: 14467809.

HSL color Cylindrical-coordinate representation of color #E1C2DC: hue angle of 309.68º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1C2DC is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 194 220 -
CMYK 0 0.14 0.02 0.12
HSL 309.68º 0.34% 0.82% -
HSV(B) 309.68º 0.14% 0.88% -
XYZ 63.26 59.76 75.91 -
YUV 206.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 225 194 220 0 0.14 0.02 0.12 309.68 0.34 0.82
Hex E1 C2 DC 0 E 2 C 136 22 52
Octal 341 302 334 0 16 2 14 466 42 122
Binary 11100001 11000010 11011100 0 1110 10 1100 100110110 100010 1010010

Color Harmonies of #E1C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C2DC

Black with #E1C2DC

Text Example


Text Example

White with #E1C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C2DC; }

 p { color: rgb(225,194,220); }

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

background-color css

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

 a { background-color: rgb(225,194,220); }

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

border-color css

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

 span { border-color: rgb(225,194,220); }

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