#EBB5DC

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

Shades of French Lilac #EBB5DC

Tints of French Lilac #EBB5DC

Color information

#EBB5DC (or 0xEBB5DC) is unknown color: approx French Lilac. HEX triplet: EB, B5 and DC. RGB value is (235,181,220). Sum of RGB (Red+Green+Blue) = 235+181+220=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5DC is #144A23. Grayscale: #C9C9C9. Windows color (decimal): -1329700 or 14464491. OLE color: 14464491.

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

Color convert

RGB235181220-
CMYK00.230.060.08
HSL316.67º57.45%81.57%-
HSV(B)316.67º22.98%92.16%-
XYZ63.755.8875.14-
YUV201.59138.39151.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 181 (71.09% from 255) = 28.46%
BLUE value IS 220 (86.33% from 255) = 34.59%
R=36.95%
G=28.46%
B=34.59%

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
Decimal23518122000.230.060.08316.6757.4581.57
HexEBB5DC0176813d3952
Octal35326533402761047571122
Binary11101011101101011101110001011111010001001111011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5DC; }

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

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

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

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

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

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

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

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