#EBBDEB

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

Shades of French Lilac #EBBDEB

Tints of French Lilac #EBBDEB

Color information

#EBBDEB (or 0xEBBDEB) is unknown color: approx French Lilac. HEX triplet: EB, BD and EB. RGB value is (235,189,235). Sum of RGB (Red+Green+Blue) = 235+189+235=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBBDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBDEB is #144214. Grayscale: #CFCFCF. Windows color (decimal): -1327637 or 15449579. OLE color: 15449579.

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

Color convert

RGB235189235-
CMYK00.2000.08
HSL300º53.49%83.14%-
HSV(B)300º19.57%92.16%-
XYZ67.4560.0686.63-
YUV208143.24147.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 189 (74.22% from 255) = 28.68%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=35.66%
G=28.68%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518923500.2000.0830053.4983.14
HexEBBDEB0140812c3553
Octal35327535302401045465123
Binary111010111011110111101011010100010001001011001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDEB; }

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

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

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

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

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

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

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

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