#E9C2DF

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

Shades of French Lilac #E9C2DF

Tints of French Lilac #E9C2DF

Color information

#E9C2DF (or 0xE9C2DF) is unknown color: approx French Lilac. HEX triplet: E9, C2 and DF. RGB value is (233,194,223). Sum of RGB (Red+Green+Blue) = 233+194+223=650 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.85% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C2DF is #163D20. Grayscale: #D0D0D0. Windows color (decimal): -1457441 or 14664425. OLE color: 14664425.

HSL color Cylindrical-coordinate representation of color #E9C2DF: hue angle of 315.38º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9C2DF is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB233194223-
CMYK00.170.040.09
HSL315.38º46.99%83.73%-
HSV(B)315.38º16.74%91.37%-
XYZ66.2261.2378.14-
YUV208.97135.92145.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.85%
GREEN value IS 194 (76.17% from 255) = 29.85%
BLUE value IS 223 (87.5% from 255) = 34.31%
R=35.85%
G=29.85%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319422300.170.040.09315.3846.9983.73
HexE9C2DF0114913b2f54
Octal35130233702141147357124
Binary11101001110000101101111101000110010011001110111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C2DF; }

 p { color: rgb(233,194,223); }

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

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

 a { background-color: rgb(233,194,223); }

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

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

 span { border-color: rgb(233,194,223); }

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