#EBB0D9

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

Shades of French Lilac #EBB0D9

Tints of French Lilac #EBB0D9

Color information

#EBB0D9 (or 0xEBB0D9) is unknown color: approx French Lilac. HEX triplet: EB, B0 and D9. RGB value is (235,176,217). Sum of RGB (Red+Green+Blue) = 235+176+217=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0D9 is #144F26. Grayscale: #C6C6C6. Windows color (decimal): -1330983 or 14266603. OLE color: 14266603.

HSL color Cylindrical-coordinate representation of color #EBB0D9: hue angle of 318.31º 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 #EBB0D9 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235176217-
CMYK00.250.080.08
HSL318.31º59.6%80.59%-
HSV(B)318.31º25.11%92.16%-
XYZ62.3153.7272.73-
YUV198.32138.55154.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 176 (69.14% from 255) = 28.03%
BLUE value IS 217 (85.16% from 255) = 34.55%
R=37.42%
G=28.03%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517621700.250.080.08318.3159.680.59
HexEBB0D90198813e3c51
Octal353260331031101047674121
Binary111010111011000011011001011001100010001001111101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0D9; }

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

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

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

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

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

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

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

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