#EBBDE4

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

Shades of French Lilac #EBBDE4

Tints of French Lilac #EBBDE4

Color information

#EBBDE4 (or 0xEBBDE4) is unknown color: approx French Lilac. HEX triplet: EB, BD and E4. RGB value is (235,189,228). Sum of RGB (Red+Green+Blue) = 235+189+228=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDE4 is #14421B. Grayscale: #CFCFCF. Windows color (decimal): -1327644 or 14990827. OLE color: 14990827.

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

Color convert

RGB235189228-
CMYK00.200.030.08
HSL309.13º53.49%83.14%-
HSV(B)309.13º19.57%92.16%-
XYZ66.4659.6681.41-
YUV207.2139.74147.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 189 (74.22% from 255) = 28.99%
BLUE value IS 228 (89.45% from 255) = 34.97%
R=36.04%
G=28.99%
B=34.97%

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
Decimal23518922800.200.030.08309.1353.4983.14
HexEBBDE4014381353553
Octal35327534402431046565123
Binary1110101110111101111001000101001110001001101011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDE4; }

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

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

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

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

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

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

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

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