#EBB9EE

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

Shades of French Lilac #EBB9EE

Tints of French Lilac #EBB9EE

Color information

#EBB9EE (or 0xEBB9EE) is unknown color: approx French Lilac. HEX triplet: EB, B9 and EE. RGB value is (235,185,238). Sum of RGB (Red+Green+Blue) = 235+185+238=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 185 (72.66% from 255 or 28.12% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBB9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB9EE is #144611. Grayscale: #CDCDCD. Windows color (decimal): -1328658 or 15645163. OLE color: 15645163.

HSL color Cylindrical-coordinate representation of color #EBB9EE: hue angle of 296.6º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBB9EE is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235185238-
CMYK0.010.2200.07
HSL296.6º60.92%82.94%-
HSV(B)296.6º22.27%93.33%-
XYZ67.0458.5388.65-
YUV205.99146.06148.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.71%
GREEN value IS 185 (72.66% from 255) = 28.12%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=35.71%
G=28.12%
B=36.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351852380.010.2200.07296.660.9282.94
HexEBB9EE116071293d53
Octal3532713561260745175123
Binary11101011101110011110111011011001111001010011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9EE; }

 p { color: rgb(235,185,238); }

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

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

 a { background-color: rgb(235,185,238); }

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

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

 span { border-color: rgb(235,185,238); }

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