#EBB4EF

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

Shades of French Lilac #EBB4EF

Tints of French Lilac #EBB4EF

Color information

#EBB4EF (or 0xEBB4EF) is unknown color: approx French Lilac. HEX triplet: EB, B4 and EF. RGB value is (235,180,239). Sum of RGB (Red+Green+Blue) = 235+180+239=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 180 (70.70% from 255 or 27.52% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBB4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB4EF is #144B10. Grayscale: #CACACA. Windows color (decimal): -1329937 or 15709419. OLE color: 15709419.

HSL color Cylindrical-coordinate representation of color #EBB4EF: hue angle of 295.93º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB4EF is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235180239-
CMYK0.020.2500.06
HSL295.93º64.84%82.16%-
HSV(B)295.93º24.69%93.73%-
XYZ66.1656.5489.09-
YUV203.17148.22150.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 180 (70.70% from 255) = 27.52%
BLUE value IS 239 (93.75% from 255) = 36.54%
R=35.93%
G=27.52%
B=36.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351802390.020.2500.06295.9364.8482.16
HexEBB4EF219061284152
Octal35326435723106450101122
Binary1110101110110100111011111011001011010010100010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB4EF; }

 p { color: rgb(235,180,239); }

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

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

 a { background-color: rgb(235,180,239); }

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

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

 span { border-color: rgb(235,180,239); }

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