Html Css Color HEX #E2C3DC French Lilac

📋 copy color: '#E2C3DC'

red 226 ◦ green 195 ◦ blue 220

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

Shades of French Lilac #E2C3DC

Tints of French Lilac #E2C3DC

RGB

 RED value IS 226 (88.67% from 255) = 35.26%

 GREEN value IS 195 (76.56% from 255) = 30.42%

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

R = 35.26%
G = 30.42%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E2C3DC (or 0xE2C3DC) is known color: French Lilac. HEX triplet: E2, C3 and DC. RGB value is (226,195,220). Sum of RGB (Red+Green+Blue) = 226+195+220=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 195 (76.56% from 255 or 30.42% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C3DC is #1D3C23. Grayscale: #CFCFCF. Windows color (decimal): -1915940 or 14468066. OLE color: 14468066.

HSL color Cylindrical-coordinate representation of color #E2C3DC: hue angle of 311.61º degrees, saturation: 0.35, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2C3DC is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 195 220 -
CMYK 0 0.14 0.03 0.11
HSL 311.61º 0.35% 0.83% -
HSV(B) 311.61º 0.14% 0.89% -
XYZ 63.8 60.37 76 -
YUV 207.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 226 195 220 0 0.14 0.03 0.11 311.61 0.35 0.83
Hex E2 C3 DC 0 E 3 B 138 23 53
Octal 342 303 334 0 16 3 13 470 43 123
Binary 11100010 11000011 11011100 0 1110 11 1011 100111000 100011 1010011

Color Harmonies of #E2C3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C3DC

Black with #E2C3DC

Text Example


Text Example

White with #E2C3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C3DC; }

 p { color: rgb(226,195,220); }

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

background-color css

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

 a { background-color: rgb(226,195,220); }

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

border-color css

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

 span { border-color: rgb(226,195,220); }

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