#E0C9DA

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

Shades of French Lilac #E0C9DA

Tints of French Lilac #E0C9DA

Color information

#E0C9DA (or 0xE0C9DA) is unknown color: approx French Lilac. HEX triplet: E0, C9 and DA. RGB value is (224,201,218). Sum of RGB (Red+Green+Blue) = 224+201+218=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C9DA is #1F3625. Grayscale: #D1D1D1. Windows color (decimal): -2045478 or 14338528. OLE color: 14338528.

HSL color Cylindrical-coordinate representation of color #E0C9DA: hue angle of 315.65º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0C9DA is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB224201218-
CMYK00.100.030.12
HSL315.65º27.06%83.33%-
HSV(B)315.65º10.27%87.84%-
XYZ64.2862.6875.04-
YUV209.82132.62138.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.84%
GREEN value IS 201 (78.91% from 255) = 31.26%
BLUE value IS 218 (85.55% from 255) = 33.90%
R=34.84%
G=31.26%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420121800.100.030.12315.6527.0683.33
HexE0C9DA0A3C13c1b53
Octal34031133201231447433123
Binary11100000110010011101101001010111100100111100110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C9DA; }

 p { color: rgb(224,201,218); }

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

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

 a { background-color: rgb(224,201,218); }

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

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

 span { border-color: rgb(224,201,218); }

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