#EBB0DD

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

Shades of French Lilac #EBB0DD

Tints of French Lilac #EBB0DD

Color information

#EBB0DD (or 0xEBB0DD) is unknown color: approx French Lilac. HEX triplet: EB, B0 and DD. RGB value is (235,176,221). Sum of RGB (Red+Green+Blue) = 235+176+221=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0DD is #144F22. Grayscale: #C6C6C6. Windows color (decimal): -1330979 or 14528747. OLE color: 14528747.

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

Color convert

RGB235176221-
CMYK00.250.060.08
HSL314.24º59.6%80.59%-
HSV(B)314.24º25.11%92.16%-
XYZ62.8453.9375.5-
YUV198.77140.55153.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 176 (69.14% from 255) = 27.85%
BLUE value IS 221 (86.72% from 255) = 34.97%
R=37.18%
G=27.85%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517622100.250.060.08314.2459.680.59
HexEBB0DD0196813a3c51
Octal35326033503161047274121
Binary11101011101100001101110101100111010001001110101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0DD; }

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

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

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

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

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

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

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

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