Html Css Color HEX #E0C2DC French Lilac

📋 copy color: '#E0C2DC'

red 224 ◦ green 194 ◦ blue 220

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

Shades of French Lilac #E0C2DC

Tints of French Lilac #E0C2DC

RGB

 RED value IS 224 (87.89% from 255) = 35.11%

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

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

R = 35.11%
G = 30.41%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E0C2DC (or 0xE0C2DC) is known color: French Lilac. HEX triplet: E0, C2 and DC. RGB value is (224,194,220). Sum of RGB (Red+Green+Blue) = 224+194+220=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C2DC is #1F3D23. Grayscale: #CDCDCD. Windows color (decimal): -2047268 or 14467808. OLE color: 14467808.

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

Color convert

RGB 224 194 220 -
CMYK 0 0.13 0.02 0.12
HSL 308º 0.33% 0.82% -
HSV(B) 308º 0.13% 0.88% -
XYZ 62.95 59.6 75.9 -
YUV 205.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 224 194 220 0 0.13 0.02 0.12 308 0.33 0.82
Hex E0 C2 DC 0 D 2 C 134 21 52
Octal 340 302 334 0 15 2 14 464 41 122
Binary 11100000 11000010 11011100 0 1101 10 1100 100110100 100001 1010010

Color Harmonies of #E0C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C2DC

Black with #E0C2DC

Text Example


Text Example

White with #E0C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C2DC; }

 p { color: rgb(224,194,220); }

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

background-color css

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

 a { background-color: rgb(224,194,220); }

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

border-color css

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

 span { border-color: rgb(224,194,220); }

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