#E0CBDA

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

Shades of French Lilac #E0CBDA

Tints of French Lilac #E0CBDA

Color information

#E0CBDA (or 0xE0CBDA) is unknown color: approx French Lilac. HEX triplet: E0, CB and DA. RGB value is (224,203,218). Sum of RGB (Red+Green+Blue) = 224+203+218=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CBDA is #1F3425. Grayscale: #D2D2D2. Windows color (decimal): -2044966 or 14339040. OLE color: 14339040.

HSL color Cylindrical-coordinate representation of color #E0CBDA: hue angle of 317.14º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0CBDA is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB224203218-
CMYK00.090.030.12
HSL317.14º25.3%83.73%-
HSV(B)317.14º9.38%87.84%-
XYZ64.7563.6275.2-
YUV210.99131.96137.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.73%
GREEN value IS 203 (79.69% from 255) = 31.47%
BLUE value IS 218 (85.55% from 255) = 33.80%
R=34.73%
G=31.47%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420321800.090.030.12317.1425.383.73
HexE0CBDA093C13d1954
Octal34031333201131447531124
Binary11100000110010111101101001001111100100111101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CBDA; }

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

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

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

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

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

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

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

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