#EBB8DC

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

Shades of French Lilac #EBB8DC

Tints of French Lilac #EBB8DC

Color information

#EBB8DC (or 0xEBB8DC) is unknown color: approx French Lilac. HEX triplet: EB, B8 and DC. RGB value is (235,184,220). Sum of RGB (Red+Green+Blue) = 235+184+220=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 184 (72.27% from 255 or 28.79% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB8DC is #144723. Grayscale: #CBCBCB. Windows color (decimal): -1328932 or 14465259. OLE color: 14465259.

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

Color convert

RGB235184220-
CMYK00.220.060.08
HSL317.65º56.04%82.16%-
HSV(B)317.65º21.7%92.16%-
XYZ64.3257.1175.34-
YUV203.35137.4150.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 184 (72.27% from 255) = 28.79%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=36.78%
G=28.79%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518422000.220.060.08317.6556.0482.16
HexEBB8DC0166813e3852
Octal35327033402661047670122
Binary11101011101110001101110001011011010001001111101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB8DC; }

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

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

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

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

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

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

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

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