#e0b6d5

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

Shades of French Lilac #E0B6D5

Tints of French Lilac #E0B6D5

Color information

#E0B6D5 (or 0xE0B6D5) is unknown color: approx French Lilac. HEX triplet: E0, B6 and D5. RGB value is (224,182,213). Sum of RGB (Red+Green+Blue) = 224+182+213=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B6D5 is #1F492A. Grayscale: #C6C6C6. Windows color (decimal): -2050347 or 14005984. OLE color: 14005984.

HSL color Cylindrical-coordinate representation of color #E0B6D5: hue angle of 315.71º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E0B6D5 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB224182213-
CMYK00.190.050.12
HSL315.71º40.38%79.61%-
HSV(B)315.71º18.75%87.84%-
XYZ59.4854.1170.26-
YUV198.09136.41146.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.19%
GREEN value IS 182 (71.48% from 255) = 29.40%
BLUE value IS 213 (83.59% from 255) = 34.41%
R=36.19%
G=29.40%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418221300.190.050.12315.7140.3879.61
HexE0B6D50135C13c2850
Octal34026632502351447450120
Binary11100000101101101101010101001110111001001111001010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0b6d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0b6d5; }

 p { color: rgb(224,182,213); }

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

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

 a { background-color: rgb(224,182,213); }

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

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

 span { border-color: rgb(224,182,213); }

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