#E9C0DE

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

Shades of French Lilac #E9C0DE

Tints of French Lilac #E9C0DE

Color information

#E9C0DE (or 0xE9C0DE) is unknown color: approx French Lilac. HEX triplet: E9, C0 and DE. RGB value is (233,192,222). Sum of RGB (Red+Green+Blue) = 233+192+222=647 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.01% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C0DE is #163F21. Grayscale: #CFCFCF. Windows color (decimal): -1457954 or 14598377. OLE color: 14598377.

HSL color Cylindrical-coordinate representation of color #E9C0DE: hue angle of 316.1º 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 #E9C0DE is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB233192222-
CMYK00.180.050.09
HSL316.1º48.24%83.33%-
HSV(B)316.1º17.6%91.37%-
XYZ65.6460.377.29-
YUV207.68136.08146.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.01%
GREEN value IS 192 (75.39% from 255) = 29.68%
BLUE value IS 222 (87.11% from 255) = 34.31%
R=36.01%
G=29.68%
B=34.31%

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
Decimal23319222200.180.050.09316.148.2483.33
HexE9C0DE0125913c3053
Octal35130033602251147460123
Binary11101001110000001101111001001010110011001111001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C0DE; }

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

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

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

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

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

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

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

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