#E0C3DB

Color #E0C3DB French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #E0C3DB

Tints of French Lilac #E0C3DB

Color information

#E0C3DB (or 0xE0C3DB) is unknown color: approx French Lilac. HEX triplet: E0, C3 and DB. RGB value is (224,195,219). Sum of RGB (Red+Green+Blue) = 224+195+219=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 195 (76.56% from 255 or 30.56% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C3DB is #1F3C24. Grayscale: #CECECE. Windows color (decimal): -2047013 or 14402528. OLE color: 14402528.

HSL color Cylindrical-coordinate representation of color #E0C3DB: hue angle of 310.34º degrees, saturation: 0.32, 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 #E0C3DB is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB224195219-
CMYK00.130.020.12
HSL310.34º31.87%82.16%-
HSV(B)310.34º12.95%87.84%-
XYZ63.0459.9975.27-
YUV206.41135.11140.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.11%
GREEN value IS 195 (76.56% from 255) = 30.56%
BLUE value IS 219 (85.94% from 255) = 34.33%
R=35.11%
G=30.56%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419521900.130.020.12310.3431.8782.16
HexE0C3DB0D2C1362052
Octal34030333301521446640122
Binary111000001100001111011011011011011001001101101000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C3DB; }

 p { color: rgb(224,195,219); }

 H1.HeaderClassName
 {
   color: #E0C3DB;
 }
 .AnyTagClassName
 {
   color: #E0C3DB;
 }
</style>
background-color css

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

 a { background-color: rgb(224,195,219); }

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

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

 span { border-color: rgb(224,195,219); }

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