#EBB4DB

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

Shades of French Lilac #EBB4DB

Tints of French Lilac #EBB4DB

Color information

#EBB4DB (or 0xEBB4DB) is unknown color: approx French Lilac. HEX triplet: EB, B4 and DB. RGB value is (235,180,219). Sum of RGB (Red+Green+Blue) = 235+180+219=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4DB is #144B24. Grayscale: #C8C8C8. Windows color (decimal): -1329957 or 14398699. OLE color: 14398699.

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

Color convert

RGB235180219-
CMYK00.230.070.08
HSL317.45º57.89%81.37%-
HSV(B)317.45º23.4%92.16%-
XYZ63.3755.4274.37-
YUV200.89138.22152.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 180 (70.70% from 255) = 28.39%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=37.07%
G=28.39%
B=34.54%

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
Decimal23518021900.230.070.08317.4557.8981.37
HexEBB4DB0177813d3a51
Octal35326433302771047572121
Binary11101011101101001101101101011111110001001111011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB4DB; }

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

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

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

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

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

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

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

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