#EBB1DC

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

Shades of French Lilac #EBB1DC

Tints of French Lilac #EBB1DC

Color information

#EBB1DC (or 0xEBB1DC) is unknown color: approx French Lilac. HEX triplet: EB, B1 and DC. RGB value is (235,177,220). Sum of RGB (Red+Green+Blue) = 235+177+220=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 177 (69.53% from 255 or 28.01% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1DC is #144E23. Grayscale: #C7C7C7. Windows color (decimal): -1330724 or 14463467. OLE color: 14463467.

HSL color Cylindrical-coordinate representation of color #EBB1DC: hue angle of 315.52º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB1DC is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235177220-
CMYK00.250.060.08
HSL315.52º59.18%80.78%-
HSV(B)315.52º24.68%92.16%-
XYZ62.954.2774.87-
YUV199.24139.72153.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 177 (69.53% from 255) = 28.01%
BLUE value IS 220 (86.33% from 255) = 34.81%
R=37.18%
G=28.01%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517722000.250.060.08315.5259.1880.78
HexEBB1DC0196813c3b51
Octal35326133403161047473121
Binary11101011101100011101110001100111010001001111001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1DC; }

 p { color: rgb(235,177,220); }

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

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

 a { background-color: rgb(235,177,220); }

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

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

 span { border-color: rgb(235,177,220); }

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