#EBC1DE

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

Shades of French Lilac #EBC1DE

Tints of French Lilac #EBC1DE

Color information

#EBC1DE (or 0xEBC1DE) is unknown color: approx French Lilac. HEX triplet: EB, C1 and DE. RGB value is (235,193,222). Sum of RGB (Red+Green+Blue) = 235+193+222=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 193 (75.78% from 255 or 29.69% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1DE is #143E21. Grayscale: #D0D0D0. Windows color (decimal): -1326626 or 14598635. OLE color: 14598635.

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

Color convert

RGB235193222-
CMYK00.180.060.08
HSL318.57º51.22%83.92%-
HSV(B)318.57º17.87%92.16%-
XYZ66.5261.0877.39-
YUV208.86135.41146.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 193 (75.78% from 255) = 29.69%
BLUE value IS 222 (87.11% from 255) = 34.15%
R=36.15%
G=29.69%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519322200.180.060.08318.5751.2283.92
HexEBC1DE0126813f3354
Octal35330133602261047763124
Binary11101011110000011101111001001011010001001111111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1DE; }

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

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

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

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

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

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

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

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