#E9C0DD

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

Shades of French Lilac #E9C0DD

Tints of French Lilac #E9C0DD

Color information

#E9C0DD (or 0xE9C0DD) is unknown color: approx French Lilac. HEX triplet: E9, C0 and DD. RGB value is (233,192,221). Sum of RGB (Red+Green+Blue) = 233+192+221=646 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.07% from 646); Green value is 192 (75.39% from 255 or 29.72% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C0DD is #163F22. Grayscale: #CFCFCF. Windows color (decimal): -1457955 or 14532841. OLE color: 14532841.

HSL color Cylindrical-coordinate representation of color #E9C0DD: hue angle of 317.56º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9C0DD is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB233192221-
CMYK00.180.050.09
HSL317.56º48.24%83.33%-
HSV(B)317.56º17.6%91.37%-
XYZ65.5160.2476.58-
YUV207.56135.58146.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.07%
GREEN value IS 192 (75.39% from 255) = 29.72%
BLUE value IS 221 (86.72% from 255) = 34.21%
R=36.07%
G=29.72%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319222100.180.050.09317.5648.2483.33
HexE9C0DD0125913e3053
Octal35130033502251147660123
Binary11101001110000001101110101001010110011001111101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C0DD; }

 p { color: rgb(233,192,221); }

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

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

 a { background-color: rgb(233,192,221); }

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

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

 span { border-color: rgb(233,192,221); }

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