#EBACDC

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

Shades of French Lilac #EBACDC

Tints of French Lilac #EBACDC

Color information

#EBACDC (or 0xEBACDC) is unknown color: approx French Lilac. HEX triplet: EB, AC and DC. RGB value is (235,172,220). Sum of RGB (Red+Green+Blue) = 235+172+220=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACDC is #145323. Grayscale: #C4C4C4. Windows color (decimal): -1332004 or 14462187. OLE color: 14462187.

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

Color convert

RGB235172220-
CMYK00.270.060.08
HSL314.29º61.17%79.8%-
HSV(B)314.29º26.81%92.16%-
XYZ61.9352.3374.55-
YUV196.31141.37155.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 172 (67.58% from 255) = 27.43%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=37.48%
G=27.43%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517222000.270.060.08314.2961.1779.8
HexEBACDC01B6813a3d50
Octal35325433403361047275120
Binary11101011101011001101110001101111010001001110101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACDC; }

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

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

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

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

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

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

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

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