Html Css Color HEX #E1C2DB French Lilac

📋 copy color: '#E1C2DB'

red 225 ◦ green 194 ◦ blue 219

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

Shades of French Lilac #E1C2DB

Tints of French Lilac #E1C2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.33%

R = 35.27%
G = 30.41%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E1C2DB (or 0xE1C2DB) is known color: French Lilac. HEX triplet: E1, C2 and DB. RGB value is (225,194,219). Sum of RGB (Red+Green+Blue) = 225+194+219=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C2DB is #1E3D24. Grayscale: #CECECE. Windows color (decimal): -1981733 or 14402273. OLE color: 14402273.

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

Color convert

RGB 225 194 219 -
CMYK 0 0.14 0.03 0.12
HSL 311.61º 0.34% 0.82% -
HSV(B) 311.61º 0.14% 0.88% -
XYZ 63.13 59.71 75.21 -
YUV 206.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 225 194 219 0 0.14 0.03 0.12 311.61 0.34 0.82
Hex E1 C2 DB 0 E 3 C 138 22 52
Octal 341 302 333 0 16 3 14 470 42 122
Binary 11100001 11000010 11011011 0 1110 11 1100 100111000 100010 1010010

Color Harmonies of #E1C2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C2DB

Black with #E1C2DB

Text Example


Text Example

White with #E1C2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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