Html Css Color HEX #E1C8DC French Lilac

📋 copy color: '#E1C8DC'

red 225 ◦ green 200 ◦ blue 220

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

Shades of French Lilac #E1C8DC

Tints of French Lilac #E1C8DC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.01%

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

R = 34.88%
G = 31.01%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E1C8DC (or 0xE1C8DC) is known color: French Lilac. HEX triplet: E1, C8 and DC. RGB value is (225,200,220). Sum of RGB (Red+Green+Blue) = 225+200+220=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C8DC is #1E3723. Grayscale: #D1D1D1. Windows color (decimal): -1980196 or 14469345. OLE color: 14469345.

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

Color convert

RGB 225 200 220 -
CMYK 0 0.11 0.02 0.12
HSL 312º 0.29% 0.83% -
HSV(B) 312º 0.11% 0.88% -
XYZ 64.62 62.48 76.36 -
YUV 209.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 225 200 220 0 0.11 0.02 0.12 312 0.29 0.83
Hex E1 C8 DC 0 B 2 C 138 1D 53
Octal 341 310 334 0 13 2 14 470 35 123
Binary 11100001 11001000 11011100 0 1011 10 1100 100111000 11101 1010011

Color Harmonies of #E1C8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C8DC

Black with #E1C8DC

Text Example


Text Example

White with #E1C8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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