#EBB5ED

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

Shades of French Lilac #EBB5ED

Tints of French Lilac #EBB5ED

Color information

#EBB5ED (or 0xEBB5ED) is unknown color: approx French Lilac. HEX triplet: EB, B5 and ED. RGB value is (235,181,237). Sum of RGB (Red+Green+Blue) = 235+181+237=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 181 (71.09% from 255 or 27.72% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBB5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB5ED is #144A12. Grayscale: #CBCBCB. Windows color (decimal): -1329683 or 15578603. OLE color: 15578603.

HSL color Cylindrical-coordinate representation of color #EBB5ED: hue angle of 297.86º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB5ED is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235181237-
CMYK0.010.2400.07
HSL297.86º60.87%81.96%-
HSV(B)297.86º23.63%92.94%-
XYZ66.0756.8287.61-
YUV203.53146.89150.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 181 (71.09% from 255) = 27.72%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=35.99%
G=27.72%
B=36.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351812370.010.2400.07297.8660.8781.96
HexEBB5ED1180712a3d52
Octal3532653551300745275122
Binary11101011101101011110110111100001111001010101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5ED; }

 p { color: rgb(235,181,237); }

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

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

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

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

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

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

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