#EBB9E9

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

Shades of French Lilac #EBB9E9

Tints of French Lilac #EBB9E9

Color information

#EBB9E9 (or 0xEBB9E9) is unknown color: approx French Lilac. HEX triplet: EB, B9 and E9. RGB value is (235,185,233). Sum of RGB (Red+Green+Blue) = 235+185+233=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 185 (72.66% from 255 or 28.33% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB9E9 is #144616. Grayscale: #CDCDCD. Windows color (decimal): -1328663 or 15317483. OLE color: 15317483.

HSL color Cylindrical-coordinate representation of color #EBB9E9: hue angle of 302.4º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBB9E9 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB235185233-
CMYK00.210.010.08
HSL302.4º55.56%82.35%-
HSV(B)302.4º21.28%92.16%-
XYZ66.3258.2484.84-
YUV205.42143.56149.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 185 (72.66% from 255) = 28.33%
BLUE value IS 233 (91.41% from 255) = 35.68%
R=35.99%
G=28.33%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518523300.210.010.08302.455.5682.35
HexEBB9E90151812e3852
Octal35327135102511045670122
Binary111010111011100111101001010101110001001011101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9E9; }

 p { color: rgb(235,185,233); }

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

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

 a { background-color: rgb(235,185,233); }

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

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

 span { border-color: rgb(235,185,233); }

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