#E0C9DB

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

Shades of French Lilac #E0C9DB

Tints of French Lilac #E0C9DB

Color information

#E0C9DB (or 0xE0C9DB) is unknown color: approx French Lilac. HEX triplet: E0, C9 and DB. RGB value is (224,201,219). Sum of RGB (Red+Green+Blue) = 224+201+219=644 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.78% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C9DB is #1F3624. Grayscale: #D1D1D1. Windows color (decimal): -2045477 or 14404064. OLE color: 14404064.

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

Color convert

RGB224201219-
CMYK00.100.020.12
HSL313.04º27.06%83.33%-
HSV(B)313.04º10.27%87.84%-
XYZ64.4162.7475.73-
YUV209.93133.12138.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.78%
GREEN value IS 201 (78.91% from 255) = 31.21%
BLUE value IS 219 (85.94% from 255) = 34.01%
R=34.78%
G=31.21%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420121900.100.020.12313.0427.0683.33
HexE0C9DB0A2C1391b53
Octal34031133301221447133123
Binary11100000110010011101101101010101100100111001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C9DB; }

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

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

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

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

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

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

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

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