#EBC0DE

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

Shades of French Lilac #EBC0DE

Tints of French Lilac #EBC0DE

Color information

#EBC0DE (or 0xEBC0DE) is unknown color: approx French Lilac. HEX triplet: EB, C0 and DE. RGB value is (235,192,222). Sum of RGB (Red+Green+Blue) = 235+192+222=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0DE is #143F21. Grayscale: #D0D0D0. Windows color (decimal): -1326882 or 14598379. OLE color: 14598379.

HSL color Cylindrical-coordinate representation of color #EBC0DE: hue angle of 318.14º degrees, saturation: 0.52, 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 #EBC0DE is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235192222-
CMYK00.180.060.08
HSL318.14º51.81%83.73%-
HSV(B)318.14º18.3%92.16%-
XYZ66.360.6477.32-
YUV208.28135.75147.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 192 (75.39% from 255) = 29.58%
BLUE value IS 222 (87.11% from 255) = 34.21%
R=36.21%
G=29.58%
B=34.21%

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
Decimal23519222200.180.060.08318.1451.8183.73
HexEBC0DE0126813e3454
Octal35330033602261047664124
Binary11101011110000001101111001001011010001001111101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0DE; }

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

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

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

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

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

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

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

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