#EBBDE0

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

Shades of French Lilac #EBBDE0

Tints of French Lilac #EBBDE0

Color information

#EBBDE0 (or 0xEBBDE0) is unknown color: approx French Lilac. HEX triplet: EB, BD and E0. RGB value is (235,189,224). Sum of RGB (Red+Green+Blue) = 235+189+224=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDE0 is #14421F. Grayscale: #CECECE. Windows color (decimal): -1327648 or 14728683. OLE color: 14728683.

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

Color convert

RGB235189224-
CMYK00.200.050.08
HSL314.35º53.49%83.14%-
HSV(B)314.35º19.57%92.16%-
XYZ65.9159.4478.52-
YUV206.74137.74148.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 189 (74.22% from 255) = 29.17%
BLUE value IS 224 (87.89% from 255) = 34.57%
R=36.27%
G=29.17%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518922400.200.050.08314.3553.4983.14
HexEBBDE00145813a3553
Octal35327534002451047265123
Binary11101011101111011110000001010010110001001110101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDE0; }

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

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

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

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

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

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

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

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