#E0B9DF

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

Shades of French Lilac #E0B9DF

Tints of French Lilac #E0B9DF

Color information

#E0B9DF (or 0xE0B9DF) is unknown color: approx French Lilac. HEX triplet: E0, B9 and DF. RGB value is (224,185,223). Sum of RGB (Red+Green+Blue) = 224+185+223=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 185 (72.66% from 255 or 29.27% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B9DF is #1F4620. Grayscale: #C8C8C8. Windows color (decimal): -2049569 or 14662112. OLE color: 14662112.

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

Color convert

RGB224185223-
CMYK00.170.000.12
HSL301.54º38.61%80.2%-
HSV(B)301.54º17.41%87.84%-
XYZ61.4155.8777.36-
YUV200.99140.42144.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.44%
GREEN value IS 185 (72.66% from 255) = 29.27%
BLUE value IS 223 (87.5% from 255) = 35.28%
R=35.44%
G=29.27%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418522300.170.000.12301.5438.6180.2
HexE0B9DF0110C12e2750
Octal34027133702101445647120
Binary111000001011100111011111010001011001001011101001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B9DF; }

 p { color: rgb(224,185,223); }

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

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

 a { background-color: rgb(224,185,223); }

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

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

 span { border-color: rgb(224,185,223); }

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