#EBB4DA

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

Shades of French Lilac #EBB4DA

Tints of French Lilac #EBB4DA

Color information

#EBB4DA (or 0xEBB4DA) is unknown color: approx French Lilac. HEX triplet: EB, B4 and DA. RGB value is (235,180,218). Sum of RGB (Red+Green+Blue) = 235+180+218=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 180 (70.70% from 255 or 28.44% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4DA is #144B25. Grayscale: #C8C8C8. Windows color (decimal): -1329958 or 14333163. OLE color: 14333163.

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

Color convert

RGB235180218-
CMYK00.230.070.08
HSL318.55º57.89%81.37%-
HSV(B)318.55º23.4%92.16%-
XYZ63.2455.3773.68-
YUV200.78137.72152.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 180 (70.70% from 255) = 28.44%
BLUE value IS 218 (85.55% from 255) = 34.44%
R=37.12%
G=28.44%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518021800.230.070.08318.5557.8981.37
HexEBB4DA0177813f3a51
Octal35326433202771047772121
Binary11101011101101001101101001011111110001001111111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB4DA; }

 p { color: rgb(235,180,218); }

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

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

 a { background-color: rgb(235,180,218); }

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

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

 span { border-color: rgb(235,180,218); }

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