#EBB7DD

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

Shades of French Lilac #EBB7DD

Tints of French Lilac #EBB7DD

Color information

#EBB7DD (or 0xEBB7DD) is unknown color: approx French Lilac. HEX triplet: EB, B7 and DD. RGB value is (235,183,221). Sum of RGB (Red+Green+Blue) = 235+183+221=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB7DD is #144822. Grayscale: #CACACA. Windows color (decimal): -1329187 or 14530539. OLE color: 14530539.

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

Color convert

RGB235183221-
CMYK00.220.060.08
HSL316.15º56.52%81.96%-
HSV(B)316.15º22.13%92.16%-
XYZ64.2556.7575.97-
YUV202.88138.23150.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 183 (71.88% from 255) = 28.64%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=36.78%
G=28.64%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518322100.220.060.08316.1556.5281.96
HexEBB7DD0166813c3952
Octal35326733502661047471122
Binary11101011101101111101110101011011010001001111001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB7DD; }

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

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

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

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

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

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

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

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