#EBB1D9

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

Shades of French Lilac #EBB1D9

Tints of French Lilac #EBB1D9

Color information

#EBB1D9 (or 0xEBB1D9) is unknown color: approx French Lilac. HEX triplet: EB, B1 and D9. RGB value is (235,177,217). Sum of RGB (Red+Green+Blue) = 235+177+217=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 177 (69.53% from 255 or 28.14% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1D9 is #144E26. Grayscale: #C6C6C6. Windows color (decimal): -1330727 or 14266859. OLE color: 14266859.

HSL color Cylindrical-coordinate representation of color #EBB1D9: hue angle of 318.62º 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 #EBB1D9 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235177217-
CMYK00.250.080.08
HSL318.62º59.18%80.78%-
HSV(B)318.62º24.68%92.16%-
XYZ62.5154.1272.8-
YUV198.9138.22153.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 177 (69.53% from 255) = 28.14%
BLUE value IS 217 (85.16% from 255) = 34.50%
R=37.36%
G=28.14%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517721700.250.080.08318.6259.1880.78
HexEBB1D90198813f3b51
Octal353261331031101047773121
Binary111010111011000111011001011001100010001001111111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1D9; }

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

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

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

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

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

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

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

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