Html Css Color HEX #E1C5DC French Lilac

📋 copy color: '#E1C5DC'

red 225 ◦ green 197 ◦ blue 220

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

Shades of French Lilac #E1C5DC

Tints of French Lilac #E1C5DC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.69%

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

R = 35.05%
G = 30.69%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E1C5DC (or 0xE1C5DC) is known color: French Lilac. HEX triplet: E1, C5 and DC. RGB value is (225,197,220). Sum of RGB (Red+Green+Blue) = 225+197+220=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C5DC is #1E3A23. Grayscale: #CFCFCF. Windows color (decimal): -1980964 or 14468577. OLE color: 14468577.

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

Color convert

RGB 225 197 220 -
CMYK 0 0.12 0.02 0.12
HSL 310.71º 0.32% 0.83% -
HSV(B) 310.71º 0.12% 0.88% -
XYZ 63.94 61.11 76.14 -
YUV 207.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 225 197 220 0 0.12 0.02 0.12 310.71 0.32 0.83
Hex E1 C5 DC 0 C 2 C 137 20 53
Octal 341 305 334 0 14 2 14 467 40 123
Binary 11100001 11000101 11011100 0 1100 10 1100 100110111 100000 1010011

Color Harmonies of #E1C5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C5DC

Black with #E1C5DC

Text Example


Text Example

White with #E1C5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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