#EBBDE3

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

Shades of French Lilac #EBBDE3

Tints of French Lilac #EBBDE3

Color information

#EBBDE3 (or 0xEBBDE3) is unknown color: approx French Lilac. HEX triplet: EB, BD and E3. RGB value is (235,189,227). Sum of RGB (Red+Green+Blue) = 235+189+227=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDE3 is #14421C. Grayscale: #CECECE. Windows color (decimal): -1327645 or 14925291. OLE color: 14925291.

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

Color convert

RGB235189227-
CMYK00.200.030.08
HSL310.43º53.49%83.14%-
HSV(B)310.43º19.57%92.16%-
XYZ66.3259.680.68-
YUV207.09139.24147.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 189 (74.22% from 255) = 29.03%
BLUE value IS 227 (89.06% from 255) = 34.87%
R=36.10%
G=29.03%
B=34.87%

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
Decimal23518922700.200.030.08310.4353.4983.14
HexEBBDE3014381363553
Octal35327534302431046665123
Binary1110101110111101111000110101001110001001101101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDE3; }

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

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

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

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

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

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

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

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