#EBB4ED

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

Shades of French Lilac #EBB4ED

Tints of French Lilac #EBB4ED

Color information

#EBB4ED (or 0xEBB4ED) is unknown color: approx French Lilac. HEX triplet: EB, B4 and ED. RGB value is (235,180,237). Sum of RGB (Red+Green+Blue) = 235+180+237=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 180 (70.70% from 255 or 27.61% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBB4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB4ED is #144B12. Grayscale: #CACACA. Windows color (decimal): -1329939 or 15578347. OLE color: 15578347.

HSL color Cylindrical-coordinate representation of color #EBB4ED: hue angle of 297.89º 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 #EBB4ED is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235180237-
CMYK0.010.2400.07
HSL297.89º61.29%81.76%-
HSV(B)297.89º24.05%92.94%-
XYZ65.8756.4287.54-
YUV202.94147.22150.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 180 (70.70% from 255) = 27.61%
BLUE value IS 237 (92.97% from 255) = 36.35%
R=36.04%
G=27.61%
B=36.35%

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
Decimal2351802370.010.2400.07297.8961.2981.76
HexEBB4ED1180712a3d52
Octal3532643551300745275122
Binary11101011101101001110110111100001111001010101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB4ED; }

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

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

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

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

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

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

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

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