#EBBDE1

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

Shades of French Lilac #EBBDE1

Tints of French Lilac #EBBDE1

Color information

#EBBDE1 (or 0xEBBDE1) is unknown color: approx French Lilac. HEX triplet: EB, BD and E1. RGB value is (235,189,225). Sum of RGB (Red+Green+Blue) = 235+189+225=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDE1 is #14421E. Grayscale: #CECECE. Windows color (decimal): -1327647 or 14794219. OLE color: 14794219.

HSL color Cylindrical-coordinate representation of color #EBBDE1: hue angle of 313.04º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBDE1 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235189225-
CMYK00.200.040.08
HSL313.04º53.49%83.14%-
HSV(B)313.04º19.57%92.16%-
XYZ66.0559.4979.24-
YUV206.86138.24148.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 189 (74.22% from 255) = 29.12%
BLUE value IS 225 (88.28% from 255) = 34.67%
R=36.21%
G=29.12%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518922500.200.040.08313.0453.4983.14
HexEBBDE1014481393553
Octal35327534102441047165123
Binary11101011101111011110000101010010010001001110011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDE1; }

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

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

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

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

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

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

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

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