#EBB8D9

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

Shades of French Lilac #EBB8D9

Tints of French Lilac #EBB8D9

Color information

#EBB8D9 (or 0xEBB8D9) is unknown color: approx French Lilac. HEX triplet: EB, B8 and D9. RGB value is (235,184,217). Sum of RGB (Red+Green+Blue) = 235+184+217=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 184 (72.27% from 255 or 28.93% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB8D9 is #144726. Grayscale: #CACACA. Windows color (decimal): -1328935 or 14268651. OLE color: 14268651.

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

Color convert

RGB235184217-
CMYK00.220.080.08
HSL321.18º56.04%82.16%-
HSV(B)321.18º21.7%92.16%-
XYZ63.9356.9573.27-
YUV203.01135.9150.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 184 (72.27% from 255) = 28.93%
BLUE value IS 217 (85.16% from 255) = 34.12%
R=36.95%
G=28.93%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518421700.220.080.08321.1856.0482.16
HexEBB8D9016881413852
Octal353270331026101050170122
Binary111010111011100011011001010110100010001010000011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB8D9; }

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

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

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

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

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

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

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

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