Html Css Color HEX #E1C2DE French Lilac

📋 copy color: '#E1C2DE'

red 225 ◦ green 194 ◦ blue 222

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

Shades of French Lilac #E1C2DE

Tints of French Lilac #E1C2DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.63%

R = 35.1%
G = 30.27%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1C2DE (or 0xE1C2DE) is known color: French Lilac. HEX triplet: E1, C2 and DE. RGB value is (225,194,222). Sum of RGB (Red+Green+Blue) = 225+194+222=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 194 (76.17% from 255 or 30.27% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C2DE is #1E3D21. Grayscale: #CECECE. Windows color (decimal): -1981730 or 14598881. OLE color: 14598881.

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

Color convert

RGB 225 194 222 -
CMYK 0 0.14 0.01 0.12
HSL 305.81º 0.34% 0.82% -
HSV(B) 305.81º 0.14% 0.88% -
XYZ 63.53 59.87 77.31 -
YUV 206.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 225 194 222 0 0.14 0.01 0.12 305.81 0.34 0.82
Hex E1 C2 DE 0 E 1 C 132 22 52
Octal 341 302 336 0 16 1 14 462 42 122
Binary 11100001 11000010 11011110 0 1110 1 1100 100110010 100010 1010010

Color Harmonies of #E1C2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C2DE

Black with #E1C2DE

Text Example


Text Example

White with #E1C2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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