#EBC0E0

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

Shades of French Lilac #EBC0E0

Tints of French Lilac #EBC0E0

Color information

#EBC0E0 (or 0xEBC0E0) is unknown color: approx French Lilac. HEX triplet: EB, C0 and E0. RGB value is (235,192,224). Sum of RGB (Red+Green+Blue) = 235+192+224=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 192 (75.39% from 255 or 29.49% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0E0 is #143F1F. Grayscale: #D0D0D0. Windows color (decimal): -1326880 or 14729451. OLE color: 14729451.

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

Color convert

RGB235192224-
CMYK00.180.050.08
HSL315.35º51.81%83.73%-
HSV(B)315.35º18.3%92.16%-
XYZ66.5760.7478.74-
YUV208.5136.75146.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 192 (75.39% from 255) = 29.49%
BLUE value IS 224 (87.89% from 255) = 34.41%
R=36.10%
G=29.49%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519222400.180.050.08315.3551.8183.73
HexEBC0E00125813b3454
Octal35330034002251047364124
Binary11101011110000001110000001001010110001001110111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0E0; }

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

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

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

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

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

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

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

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