#EBBCDE

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

Shades of French Lilac #EBBCDE

Tints of French Lilac #EBBCDE

Color information

#EBBCDE (or 0xEBBCDE) is unknown color: approx French Lilac. HEX triplet: EB, BC and DE. RGB value is (235,188,222). Sum of RGB (Red+Green+Blue) = 235+188+222=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCDE is #144321. Grayscale: #CDCDCD. Windows color (decimal): -1327906 or 14597355. OLE color: 14597355.

HSL color Cylindrical-coordinate representation of color #EBBCDE: hue angle of 316.6º degrees, saturation: 0.54, 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 #EBBCDE is Cyan = 0, Magento = 0.2, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235188222-
CMYK00.20.060.08
HSL316.6º54.02%82.94%-
HSV(B)316.6º20%92.16%-
XYZ65.4358.977.03-
YUV205.93137.07148.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.43%
GREEN value IS 188 (73.83% from 255) = 29.15%
BLUE value IS 222 (87.11% from 255) = 34.42%
R=36.43%
G=29.15%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518822200.20.060.08316.654.0282.94
HexEBBCDE0146813d3653
Octal35327433602461047566123
Binary11101011101111001101111001010011010001001111011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCDE; }

 p { color: rgb(235,188,222); }

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

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

 a { background-color: rgb(235,188,222); }

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

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

 span { border-color: rgb(235,188,222); }

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