#EBBDE5

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

Shades of French Lilac #EBBDE5

Tints of French Lilac #EBBDE5

Color information

#EBBDE5 (or 0xEBBDE5) is unknown color: approx French Lilac. HEX triplet: EB, BD and E5. RGB value is (235,189,229). Sum of RGB (Red+Green+Blue) = 235+189+229=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDE5 is #14421A. Grayscale: #CFCFCF. Windows color (decimal): -1327643 or 15056363. OLE color: 15056363.

HSL color Cylindrical-coordinate representation of color #EBBDE5: hue angle of 307.83º 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 #EBBDE5 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235189229-
CMYK00.200.030.08
HSL307.83º53.49%83.14%-
HSV(B)307.83º19.57%92.16%-
XYZ66.659.7182.14-
YUV207.31140.24147.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 189 (74.22% from 255) = 28.94%
BLUE value IS 229 (89.84% from 255) = 35.07%
R=35.99%
G=28.94%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518922900.200.030.08307.8353.4983.14
HexEBBDE5014381343553
Octal35327534502431046465123
Binary1110101110111101111001010101001110001001101001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDE5; }

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

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

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

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

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

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

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

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