#EBB3DD

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

Shades of French Lilac #EBB3DD

Tints of French Lilac #EBB3DD

Color information

#EBB3DD (or 0xEBB3DD) is unknown color: approx French Lilac. HEX triplet: EB, B3 and DD. RGB value is (235,179,221). Sum of RGB (Red+Green+Blue) = 235+179+221=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 179 (70.31% from 255 or 28.19% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3DD is #144C22. Grayscale: #C8C8C8. Windows color (decimal): -1330211 or 14529515. OLE color: 14529515.

HSL color Cylindrical-coordinate representation of color #EBB3DD: hue angle of 315º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB3DD is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235179221-
CMYK00.240.060.08
HSL315º58.33%81.18%-
HSV(B)315º23.83%92.16%-
XYZ63.4355.1275.7-
YUV200.53139.55152.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 179 (70.31% from 255) = 28.19%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=37.01%
G=28.19%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517922100.240.060.0831558.3381.18
HexEBB3DD0186813b3a51
Octal35326333503061047372121
Binary11101011101100111101110101100011010001001110111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB3DD; }

 p { color: rgb(235,179,221); }

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

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

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

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

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

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

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