#EBB9DF

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

Shades of French Lilac #EBB9DF

Tints of French Lilac #EBB9DF

Color information

#EBB9DF (or 0xEBB9DF) is unknown color: approx French Lilac. HEX triplet: EB, B9 and DF. RGB value is (235,185,223). Sum of RGB (Red+Green+Blue) = 235+185+223=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 185 (72.66% from 255 or 28.77% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9DF is #144620. Grayscale: #CCCCCC. Windows color (decimal): -1328673 or 14662123. OLE color: 14662123.

HSL color Cylindrical-coordinate representation of color #EBB9DF: hue angle of 314.4º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBB9DF is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB235185223-
CMYK00.210.050.08
HSL314.4º55.56%82.35%-
HSV(B)314.4º21.28%92.16%-
XYZ64.9357.6977.52-
YUV204.28138.56149.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 185 (72.66% from 255) = 28.77%
BLUE value IS 223 (87.5% from 255) = 34.68%
R=36.55%
G=28.77%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518522300.210.050.08314.455.5682.35
HexEBB9DF0155813a3852
Octal35327133702551047270122
Binary11101011101110011101111101010110110001001110101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9DF; }

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

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

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

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

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

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

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

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