#EBC0DF

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

Shades of French Lilac #EBC0DF

Tints of French Lilac #EBC0DF

Color information

#EBC0DF (or 0xEBC0DF) is unknown color: approx French Lilac. HEX triplet: EB, C0 and DF. RGB value is (235,192,223). Sum of RGB (Red+Green+Blue) = 235+192+223=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0DF is #143F20. Grayscale: #D0D0D0. Windows color (decimal): -1326881 or 14663915. OLE color: 14663915.

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

Color convert

RGB235192223-
CMYK00.180.050.08
HSL316.74º51.81%83.73%-
HSV(B)316.74º18.3%92.16%-
XYZ66.4360.6978.02-
YUV208.39136.25146.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 192 (75.39% from 255) = 29.54%
BLUE value IS 223 (87.5% from 255) = 34.31%
R=36.15%
G=29.54%
B=34.31%

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
Decimal23519222300.180.050.08316.7451.8183.73
HexEBC0DF0125813d3454
Octal35330033702251047564124
Binary11101011110000001101111101001010110001001111011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0DF; }

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

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

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

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

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

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

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

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