#EBACDD

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

Shades of French Lilac #EBACDD

Tints of French Lilac #EBACDD

Color information

#EBACDD (or 0xEBACDD) is unknown color: approx French Lilac. HEX triplet: EB, AC and DD. RGB value is (235,172,221). Sum of RGB (Red+Green+Blue) = 235+172+221=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACDD is #145322. Grayscale: #C4C4C4. Windows color (decimal): -1332003 or 14527723. OLE color: 14527723.

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

Color convert

RGB235172221-
CMYK00.270.060.08
HSL313.33º61.17%79.8%-
HSV(B)313.33º26.81%92.16%-
XYZ62.0652.3975.25-
YUV196.42141.87155.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 172 (67.58% from 255) = 27.39%
BLUE value IS 221 (86.72% from 255) = 35.19%
R=37.42%
G=27.39%
B=35.19%

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
Decimal23517222100.270.060.08313.3361.1779.8
HexEBACDD01B681393d50
Octal35325433503361047175120
Binary11101011101011001101110101101111010001001110011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACDD; }

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

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

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

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

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

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

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

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