#EBB7E1

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

Shades of French Lilac #EBB7E1

Tints of French Lilac #EBB7E1

Color information

#EBB7E1 (or 0xEBB7E1) is unknown color: approx French Lilac. HEX triplet: EB, B7 and E1. RGB value is (235,183,225). Sum of RGB (Red+Green+Blue) = 235+183+225=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 183 (71.88% from 255 or 28.46% from 643); Blue value is 225 (88.28% from 255 or 34.99% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB7E1 is #14481E. Grayscale: #CBCBCB. Windows color (decimal): -1329183 or 14792683. OLE color: 14792683.

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

Color convert

RGB235183225-
CMYK00.220.040.08
HSL311.54º56.52%81.96%-
HSV(B)311.54º22.13%92.16%-
XYZ64.7956.9778.82-
YUV203.34140.23150.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 183 (71.88% from 255) = 28.46%
BLUE value IS 225 (88.28% from 255) = 34.99%
R=36.55%
G=28.46%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518322500.220.040.08311.5456.5281.96
HexEBB7E1016481383952
Octal35326734102641047071122
Binary11101011101101111110000101011010010001001110001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB7E1; }

 p { color: rgb(235,183,225); }

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

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

 a { background-color: rgb(235,183,225); }

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

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

 span { border-color: rgb(235,183,225); }

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