#EBBBDE

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

Shades of French Lilac #EBBBDE

Tints of French Lilac #EBBBDE

Color information

#EBBBDE (or 0xEBBBDE) is unknown color: approx French Lilac. HEX triplet: EB, BB and DE. RGB value is (235,187,222). Sum of RGB (Red+Green+Blue) = 235+187+222=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBDE is #144421. Grayscale: #CDCDCD. Windows color (decimal): -1328162 or 14597099. OLE color: 14597099.

HSL color Cylindrical-coordinate representation of color #EBBBDE: hue angle of 316.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBBDE is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235187222-
CMYK00.200.060.08
HSL316.25º54.55%82.75%-
HSV(B)316.25º20.43%92.16%-
XYZ65.2258.4876.96-
YUV205.34137.4149.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.49%
GREEN value IS 187 (73.44% from 255) = 29.04%
BLUE value IS 222 (87.11% from 255) = 34.47%
R=36.49%
G=29.04%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518722200.200.060.08316.2554.5582.75
HexEBBBDE0146813c3753
Octal35327333602461047467123
Binary11101011101110111101111001010011010001001111001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBDE; }

 p { color: rgb(235,187,222); }

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

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

 a { background-color: rgb(235,187,222); }

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

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

 span { border-color: rgb(235,187,222); }

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