#EBB4DC

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

Shades of French Lilac #EBB4DC

Tints of French Lilac #EBB4DC

Color information

#EBB4DC (or 0xEBB4DC) is unknown color: approx French Lilac. HEX triplet: EB, B4 and DC. RGB value is (235,180,220). Sum of RGB (Red+Green+Blue) = 235+180+220=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 180 (70.70% from 255 or 28.35% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4DC is #144B23. Grayscale: #C8C8C8. Windows color (decimal): -1329956 or 14464235. OLE color: 14464235.

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

Color convert

RGB235180220-
CMYK00.230.060.08
HSL316.36º57.89%81.37%-
HSV(B)316.36º23.4%92.16%-
XYZ63.555.4775.07-
YUV201.01138.72152.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 180 (70.70% from 255) = 28.35%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=37.01%
G=28.35%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518022000.230.060.08316.3657.8981.37
HexEBB4DC0176813c3a51
Octal35326433402761047472121
Binary11101011101101001101110001011111010001001111001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB4DC; }

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

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

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

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

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

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

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

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