#EBB8DA

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

Shades of French Lilac #EBB8DA

Tints of French Lilac #EBB8DA

Color information

#EBB8DA (or 0xEBB8DA) is unknown color: approx French Lilac. HEX triplet: EB, B8 and DA. RGB value is (235,184,218). Sum of RGB (Red+Green+Blue) = 235+184+218=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 184 (72.27% from 255 or 28.89% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB8DA is #144725. Grayscale: #CBCBCB. Windows color (decimal): -1328934 or 14334187. OLE color: 14334187.

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

Color convert

RGB235184218-
CMYK00.220.070.08
HSL320º56.04%82.16%-
HSV(B)320º21.7%92.16%-
XYZ64.0657.0173.96-
YUV203.12136.4150.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 184 (72.27% from 255) = 28.89%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=36.89%
G=28.89%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518421800.220.070.0832056.0482.16
HexEBB8DA016781403852
Octal35327033202671050070122
Binary11101011101110001101101001011011110001010000001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB8DA; }

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

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

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

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

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

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

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

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