#E0B2DA

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

Shades of French Lilac #E0B2DA

Tints of French Lilac #E0B2DA

Color information

#E0B2DA (or 0xE0B2DA) is unknown color: approx French Lilac. HEX triplet: E0, B2 and DA. RGB value is (224,178,218). Sum of RGB (Red+Green+Blue) = 224+178+218=620 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.13% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B2DA is #1F4D25. Grayscale: #C4C4C4. Windows color (decimal): -2051366 or 14332640. OLE color: 14332640.

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

Color convert

RGB224178218-
CMYK00.210.030.12
HSL307.83º42.59%78.82%-
HSV(B)307.83º20.54%87.84%-
XYZ59.3252.7573.39-
YUV196.31140.24147.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.13%
GREEN value IS 178 (69.92% from 255) = 28.71%
BLUE value IS 218 (85.55% from 255) = 35.16%
R=36.13%
G=28.71%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417821800.210.030.12307.8342.5978.82
HexE0B2DA0153C1342b4f
Octal34026233202531446453117
Binary1110000010110010110110100101011111001001101001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B2DA; }

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

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

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

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

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

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

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

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