#E2C8DA

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

Shades of French Lilac #E2C8DA

Tints of French Lilac #E2C8DA

Color information

#E2C8DA (or 0xE2C8DA) is unknown color: approx French Lilac. HEX triplet: E2, C8 and DA. RGB value is (226,200,218). Sum of RGB (Red+Green+Blue) = 226+200+218=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C8DA is #1D3725. Grayscale: #D1D1D1. Windows color (decimal): -1914662 or 14338274. OLE color: 14338274.

HSL color Cylindrical-coordinate representation of color #E2C8DA: hue angle of 318.46º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2C8DA is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB226200218-
CMYK00.120.040.11
HSL318.46º30.95%83.53%-
HSV(B)318.46º11.5%88.63%-
XYZ64.6762.5474.99-
YUV209.83132.61139.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.09%
GREEN value IS 200 (78.52% from 255) = 31.06%
BLUE value IS 218 (85.55% from 255) = 33.85%
R=35.09%
G=31.06%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620021800.120.040.11318.4630.9583.53
HexE2C8DA0C4B13e1f54
Octal34231033201441347637124
Binary111000101100100011011010011001001011100111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C8DA; }

 p { color: rgb(226,200,218); }

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

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

 a { background-color: rgb(226,200,218); }

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

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

 span { border-color: rgb(226,200,218); }

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