#EBBADC

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

Shades of French Lilac #EBBADC

Tints of French Lilac #EBBADC

Color information

#EBBADC (or 0xEBBADC) is unknown color: approx French Lilac. HEX triplet: EB, BA and DC. RGB value is (235,186,220). Sum of RGB (Red+Green+Blue) = 235+186+220=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBADC is #144523. Grayscale: #CCCCCC. Windows color (decimal): -1328420 or 14465771. OLE color: 14465771.

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

Color convert

RGB235186220-
CMYK00.210.060.08
HSL318.37º55.06%82.55%-
HSV(B)318.37º20.85%92.16%-
XYZ64.7457.9575.48-
YUV204.53136.73149.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 186 (73.05% from 255) = 29.02%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=36.66%
G=29.02%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518622000.210.060.08318.3755.0682.55
HexEBBADC0156813e3753
Octal35327233402561047667123
Binary11101011101110101101110001010111010001001111101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBADC; }

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

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

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

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

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

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

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

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