#EBB5E0

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

Shades of French Lilac #EBB5E0

Tints of French Lilac #EBB5E0

Color information

#EBB5E0 (or 0xEBB5E0) is unknown color: approx French Lilac. HEX triplet: EB, B5 and E0. RGB value is (235,181,224). Sum of RGB (Red+Green+Blue) = 235+181+224=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 181 (71.09% from 255 or 28.28% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5E0 is #144A1F. Grayscale: #C9C9C9. Windows color (decimal): -1329696 or 14726635. OLE color: 14726635.

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

Color convert

RGB235181224-
CMYK00.230.050.08
HSL312.22º57.45%81.57%-
HSV(B)312.22º22.98%92.16%-
XYZ64.2456.0977.96-
YUV202.05140.39151.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 181 (71.09% from 255) = 28.28%
BLUE value IS 224 (87.89% from 255) = 35%
R=36.72%
G=28.28%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518122400.230.050.08312.2257.4581.57
HexEBB5E0017581383952
Octal35326534002751047071122
Binary11101011101101011110000001011110110001001110001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5E0; }

 p { color: rgb(235,181,224); }

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

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

 a { background-color: rgb(235,181,224); }

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

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

 span { border-color: rgb(235,181,224); }

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