Html Css Color HEX #E3C5DC French Lilac

📋 copy color: '#E3C5DC'

red 227 ◦ green 197 ◦ blue 220

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

Shades of French Lilac #E3C5DC

Tints of French Lilac #E3C5DC

RGB

 RED value IS 227 (89.06% from 255) = 35.25%

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

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

R = 35.25%
G = 30.59%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E3C5DC (or 0xE3C5DC) is known color: French Lilac. HEX triplet: E3, C5 and DC. RGB value is (227,197,220). Sum of RGB (Red+Green+Blue) = 227+197+220=644 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.25% from 644); Green value is 197 (77.34% from 255 or 30.59% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C5DC is #1C3A23. Grayscale: #D0D0D0. Windows color (decimal): -1849892 or 14468579. OLE color: 14468579.

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

Color convert

RGB 227 197 220 -
CMYK 0 0.13 0.03 0.11
HSL 314º 0.35% 0.83% -
HSV(B) 314º 0.13% 0.89% -
XYZ 64.56 61.43 76.16 -
YUV 208.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 227 197 220 0 0.13 0.03 0.11 314 0.35 0.83
Hex E3 C5 DC 0 D 3 B 13A 23 53
Octal 343 305 334 0 15 3 13 472 43 123
Binary 11100011 11000101 11011100 0 1101 11 1011 100111010 100011 1010011

Color Harmonies of #E3C5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3C5DC

Black with #E3C5DC

Text Example


Text Example

White with #E3C5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3C5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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