Html Css Color HEX #E1C2D9 French Lilac

📋 copy color: '#E1C2D9'

red 225 ◦ green 194 ◦ blue 217

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

Shades of French Lilac #E1C2D9

Tints of French Lilac #E1C2D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.12%

R = 35.38%
G = 30.5%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E1C2D9 (or 0xE1C2D9) is known color: French Lilac. HEX triplet: E1, C2 and D9. RGB value is (225,194,217). Sum of RGB (Red+Green+Blue) = 225+194+217=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 194 (76.17% from 255 or 30.50% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C2D9 is #1E3D26. Grayscale: #CDCDCD. Windows color (decimal): -1981735 or 14271201. OLE color: 14271201.

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

Color convert

RGB 225 194 217 -
CMYK 0 0.14 0.04 0.12
HSL 315.48º 0.34% 0.82% -
HSV(B) 315.48º 0.14% 0.88% -
XYZ 62.87 59.6 73.84 -
YUV 205.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 225 194 217 0 0.14 0.04 0.12 315.48 0.34 0.82
Hex E1 C2 D9 0 E 4 C 13B 22 52
Octal 341 302 331 0 16 4 14 473 42 122
Binary 11100001 11000010 11011001 0 1110 100 1100 100111011 100010 1010010

Color Harmonies of #E1C2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C2D9

Black with #E1C2D9

Text Example


Text Example

White with #E1C2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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