#EBB4E3

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

Shades of French Lilac #EBB4E3

Tints of French Lilac #EBB4E3

Color information

#EBB4E3 (or 0xEBB4E3) is unknown color: approx French Lilac. HEX triplet: EB, B4 and E3. RGB value is (235,180,227). Sum of RGB (Red+Green+Blue) = 235+180+227=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 180 (70.70% from 255 or 28.04% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4E3 is #144B1C. Grayscale: #C9C9C9. Windows color (decimal): -1329949 or 14922987. OLE color: 14922987.

HSL color Cylindrical-coordinate representation of color #EBB4E3: hue angle of 308.73º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB4E3 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235180227-
CMYK00.230.030.08
HSL308.73º57.89%81.37%-
HSV(B)308.73º23.4%92.16%-
XYZ64.4555.8580.06-
YUV201.8142.22151.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 180 (70.70% from 255) = 28.04%
BLUE value IS 227 (89.06% from 255) = 35.36%
R=36.60%
G=28.04%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518022700.230.030.08308.7357.8981.37
HexEBB4E3017381353a51
Octal35326434302731046572121
Binary1110101110110100111000110101111110001001101011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB4E3; }

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

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

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

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

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

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

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

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